PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo-forks/avalanchejs/src/vms/common

Просмотр файла: defaultSpendOptions.ts

import type { SpendOptions, SpendOptionsRequired } from './models';

export const defaultSpendOptions = (
  fromAddress: Uint8Array[],
  options?: SpendOptions,
): SpendOptionsRequired => {
  return {
    minIssuanceTime: BigInt(Math.floor(new Date().getTime() / 1000)),
    changeAddresses: fromAddress,
    threshold: 1,
    memo: new Uint8Array(),
    locktime: 0n,
    ...options,
  };
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!