Skip to main content

WalletInfo

No description

type WalletInfo {
walletId: String!
walletName: String
policy: Policy
policyProvenanceSignature: String
subWalletsSummary: [SubWalletSummary]
deleted: Boolean
cluster: Cluster!
uniquePolicyPublicKeys: [PublicKeyUser]
}

Fields

WalletInfo.walletId ● String! non-null scalar

Unique identifier for the wallet

WalletInfo.walletName ● String scalar

Name of wallet

WalletInfo.policy ● Policy object

Wallet's signing policy

WalletInfo.policyProvenanceSignature ● String scalar

Wallet's provenance signature

WalletInfo.subWalletsSummary ● [SubWalletSummary] list object

Summary of SubWallets in Wallet

WalletInfo.deleted ● Boolean scalar

Is this wallet deleted

WalletInfo.cluster ● Cluster! non-null object

Cluster information for this wallet

WalletInfo.uniquePolicyPublicKeys ● [PublicKeyUser] list object

List of all publicKeys used in the Policy

Member Of

BlockchainSubWallet object ● ExchangeSubWallet object ● SubWallet interface ● WalletsInfoConnection object