@near-js/accounts
Version:
Classes encapsulating account-specific functionality
9 lines (7 loc) • 420 B
TypeScript
declare const MULTISIG_STORAGE_KEY = "__multisigRequest";
declare const MULTISIG_ALLOWANCE: bigint;
declare const MULTISIG_GAS = 100000000000000n;
declare const MULTISIG_DEPOSIT = 0n;
declare const MULTISIG_CHANGE_METHODS: string[];
declare const MULTISIG_CONFIRM_METHODS: string[];
export { MULTISIG_ALLOWANCE, MULTISIG_CHANGE_METHODS, MULTISIG_CONFIRM_METHODS, MULTISIG_DEPOSIT, MULTISIG_GAS, MULTISIG_STORAGE_KEY };