export type SpendOptions = { minIssuanceTime?: bigint; changeAddresses?: readonly Uint8Array[]; threshold?: number; memo?: Uint8Array; locktime?: bigint; }; export type SpendOptionsRequired = Required; //the string is address in hex export type SigMapping = Map; export type SigMappings = SigMapping[];