PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-near/dist/src/lib

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

/**
 * Staking smart contract method names selected to use on the builders.
 * You can see all methods here
 * @see https://github.com/near/core-contracts/blob/master/staking-pool/README.md
 */
export declare const StakingContractMethodNames: {
    readonly DepositAndStake: "deposit_and_stake";
    readonly Unstake: "unstake";
    readonly Withdraw: "withdraw";
};
export declare const FT_TRANSFER = "ft_transfer";
export declare const STORAGE_DEPOSIT = "storage_deposit";
export declare const FUNGIBLE_TOKEN_RELATED_METHODS: string[];
export declare const HEX_REGEX: RegExp;
export declare const MAX_GAS_LIMIT_FOR_FT_TRANSFER = "30000000000000";
//# sourceMappingURL=constants.d.ts.map

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


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