@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
11 lines • 358 B
TypeScript
export type SpendOptions = {
minIssuanceTime?: bigint;
changeAddresses?: readonly Uint8Array[];
threshold?: number;
memo?: Uint8Array;
locktime?: bigint;
};
export type SpendOptionsRequired = Required<SpendOptions>;
export type SigMapping = Map<string, number>;
export type SigMappings = SigMapping[];
//# sourceMappingURL=models.d.ts.map