PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo-forks/avalanchejs/src/vms/common
Просмотр файла: models.ts
export type SpendOptions = {
minIssuanceTime?: bigint;
changeAddresses?: Uint8Array[];
threshold?: number;
memo?: Uint8Array;
locktime?: bigint;
};
export type SpendOptionsRequired = Required<SpendOptions>;
//the strign is address in hex
export type SigMapping = Map<string, number>;
export type SigMappings = SigMapping[];
Выполнить команду
Для локальной разработки. Не используйте в интернете!