OBJECT

BitcoinPublicKeyProvenance

link GraphQL Schema definition

  • type BitcoinPublicKeyProvenance {
  • # The sub-wallet's public key
  • publicKey: String!
  • # The HD wallet path of the sub-wallet
  • path: [String!]!
  • # The signature of the trustvault HSM over the wallet
  • trustVaultProvenanceSignature: String!
  • # Do not use for transactions, instead derive the address from the public key
  • unverifiedAddress: String!
  • # Bitcoin address type
  • addressType: BitcoinAddressType!
  • }