AsObject: {
    coinLockedInMultiSig: number;
    context: AddressEntry.Context;
    offerId: string;
    pubKey: Uint8Array | string;
    pubKeyHash: Uint8Array | string;
    segwit: boolean;
}

Type declaration

  • coinLockedInMultiSig: number
  • context: AddressEntry.Context
  • offerId: string
  • pubKey: Uint8Array | string
  • pubKeyHash: Uint8Array | string
  • segwit: boolean

Generated using TypeDoc