OBJECT

WalletInfo

link GraphQL Schema definition

  • type WalletInfo {
  • # Unique identifier for the wallet
  • walletId: String!
  • #  Name of wallet
  • walletName: String
  • # Wallet's signing policy
  • policy: Policy
  • # Wallet's provenance signature
  • policyProvenanceSignature: String
  • #  Summary of SubWallets in Wallet
  • subWalletsSummary: [SubWalletSummary]
  • # Is this wallet deleted
  • deleted: Boolean
  • # Cluster information for this wallet
  • cluster: Cluster!
  • }