PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-avaxp/dist/test/resources
Просмотр файла: errors.d.ts
export declare const ERROR_NODE_ID = "Invalid transaction: invalid NodeID tag";
export declare const ERROR_NODE_ID_LENGTH = "Invalid transaction: NodeID is not in cb58 format";
export declare const ERROR_EMPTY_RAW_TRANSACTION = "Raw transaction is empty";
export declare const ERROR_RAW_PARSING = "Raw transaction is not hex string";
export declare const ERROR_STAKE_START_TIME_TOO_SHORT = "Start time needs to be one day greater than current time";
export declare const ERROR_STAKE_DURATION_SHORT_TIME = "End date must be greater than or equal to two weeks";
export declare const ERROR_STAKE_DURATION_LONG_TIME = "End date must be less than or equal to one year";
export declare const ERROR_STAKE_AMOUNT = "Minimum staking amount is 2000 AVAX.";
export declare const ERROR_DELEGATION_FEE = "Delegation fee cannot be less than 2";
export declare const ERROR_WALLET_INITIALIZATION = "Wallet initialization is not needed";
export declare const ERROR_UTXOS_EMPTY = "Utxos can't be empty array";
export declare const ERROR_UTXOS_AMOUNT = "Utxos required amount";
export declare const ERROR_CHAIN_ID_LENGTH = "Chain id are 32 byte size";
export declare const ERROR_KEY_CANNOT_SIGN = "Private key cannot sign the transaction";
export declare const ERROR_AMOUNT = "Amount must be greater than 0";
export declare const ERROR_NONCE = "Nonce must be greater or equal than 0";
export declare const ERROR_CHAIN_ID_NOT_BASE58 = "Error - Base58.decode: not a valid base58 string";
export declare const ERROR_CHAIN_ID_INVALID_CHECKSUM = "Error - BinTools.cb58Decode: invalid checksum";
//# sourceMappingURL=errors.d.ts.map
Выполнить команду
Для локальной разработки. Не используйте в интернете!