PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-coin-eos/dist/test

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

export declare const EosResponses: {
    readonly getAccountResponseSuccess1: {
        status: number;
        body: {
            head_block_num: number;
            head_block_time: string;
            privileged: boolean;
            last_code_update: string;
            created: string;
            core_liquid_balance: string;
            ram_quota: number;
            net_weight: number;
            cpu_weight: number;
            net_limit: {
                used: number;
                available: number;
                max: number;
            };
            cpu_limit: {
                used: number;
                available: number;
                max: number;
            };
            ram_usage: number;
            permissions: {
                perm_name: string;
                parent: string;
                required_auth: {
                    threshold: number;
                    keys: {
                        key: string;
                        weight: number;
                    }[];
                    accounts: never[];
                    waits: never[];
                };
            }[];
            total_resources: {
                owner: string;
                net_weight: string;
                cpu_weight: string;
                ram_bytes: number;
            };
            self_delegated_bandwidth: null;
            refund_request: null;
            voter_info: null;
            rex_info: null;
            subjective_cpu_bill_limit: {
                used: number;
                available: number;
                max: number;
            };
        };
    };
    readonly getAccountResponseSuccess2: {
        status: number;
        body: {
            account_name: string;
            head_block_num: number;
            head_block_time: string;
            privileged: boolean;
            last_code_update: string;
            created: string;
            ram_quota: number;
            net_weight: number;
            cpu_weight: number;
            net_limit: {
                used: number;
                available: number;
                max: number;
            };
            cpu_limit: {
                used: number;
                available: number;
                max: number;
            };
            ram_usage: number;
            permissions: {
                perm_name: string;
                parent: string;
                required_auth: {
                    threshold: number;
                    keys: {
                        key: string;
                        weight: number;
                    }[];
                    accounts: never[];
                    waits: never[];
                };
            }[];
            total_resources: {
                owner: string;
                net_weight: string;
                cpu_weight: string;
                ram_bytes: number;
            };
            self_delegated_bandwidth: null;
            refund_request: null;
            voter_info: null;
            rex_info: null;
            subjective_cpu_bill_limit: {
                used: number;
                available: number;
                max: number;
            };
        };
    };
    readonly getInfoResponseSuccess1: {
        status: number;
        body: {
            server_version: string;
            chain_id: string;
            head_block_num: number;
            last_irreversible_block_num: number;
            last_irreversible_block_id: string;
            head_block_id: string;
            head_block_time: string;
            head_block_producer: string;
            virtual_block_cpu_limit: number;
            virtual_block_net_limit: number;
            block_cpu_limit: number;
            block_net_limit: number;
            server_version_string: string;
            fork_db_head_block_num: number;
            fork_db_head_block_id: string;
            server_full_version_string: string;
        };
    };
    readonly getBlockResponseSuccess1: {
        status: number;
        body: {
            timestamp: string;
            producer: string;
            confirmed: number;
            previous: string;
            transaction_mroot: string;
            action_mroot: string;
            schedule_version: number;
            new_producers: null;
            producer_signature: string;
            transactions: never[];
            id: string;
            block_num: number;
            ref_block_prefix: number;
        };
    };
    readonly explainTransactionOutputNative: {
        displayOrder: string[];
        id: string;
        changeOutputs: never[];
        outputAmount: string;
        changeAmount: number;
        outputs: {
            address: string;
            amount: string;
        }[];
        fee: {};
        memo: string;
        proxy: undefined;
        producers: undefined;
    };
    readonly explainTransactionOutputChex: {
        displayOrder: string[];
        id: string;
        changeOutputs: never[];
        outputAmount: string;
        changeAmount: number;
        outputs: {
            address: string;
            amount: string;
        }[];
        fee: {};
        memo: string;
        proxy: undefined;
        producers: undefined;
    };
    readonly explainUnstakeOutput1: {
        displayOrder: string[];
        id: string;
        changeOutputs: never[];
        outputAmount: string;
        changeAmount: number;
        outputs: {
            address: string;
            amount: string;
        }[];
        fee: {};
        memo: undefined;
        proxy: undefined;
        producers: undefined;
    };
    readonly explainUnstakeOutput2: {
        displayOrder: string[];
        id: string;
        changeOutputs: never[];
        outputAmount: string;
        changeAmount: number;
        outputs: {
            address: string;
            amount: string;
        }[];
        fee: {};
        memo: undefined;
        proxy: undefined;
        producers: undefined;
    };
    readonly explainRefundOutput: {
        displayOrder: string[];
        id: string;
        changeOutputs: never[];
        outputAmount: string;
        changeAmount: number;
        outputs: {
            address: string;
            amount: string;
        }[];
        fee: {};
        memo: undefined;
        proxy: undefined;
        producers: undefined;
    };
};
export declare const EosInputs: {
    readonly explainTransactionInputChex: {
        headers: {
            ref_block_prefix: number;
            ref_block_num: number;
            expiration: string;
        };
        transaction: {
            packed_trx: string;
        };
    };
    readonly explainTransactionInputNative: {
        headers: {
            ref_block_prefix: number;
            ref_block_num: number;
            expiration: string;
        };
        transaction: {
            packed_trx: string;
        };
    };
    readonly explainUnstakeInput1: {
        headers: {
            ref_block_prefix: number;
            ref_block_num: number;
            expiration: string;
        };
        transaction: {
            packed_trx: string;
        };
    };
    readonly explainUnstakeInput2: {
        headers: {
            ref_block_prefix: number;
            ref_block_num: number;
            expiration: string;
        };
        transaction: {
            packed_trx: string;
        };
    };
    readonly explainRefundInput: {
        headers: {
            ref_block_prefix: number;
            ref_block_num: number;
            expiration: string;
        };
        transaction: {
            packed_trx: string;
        };
    };
    readonly unsignedTransaction: {
        recipients: {
            amount: string;
            address: string;
            recipientLabel: null;
            memo: {
                type: string;
                value: string;
            };
        }[];
        headers: {
            expiration: string;
            ref_block_num: number;
            ref_block_prefix: number;
        };
        txHex: string;
        transaction: {
            compression: string;
            packed_trx: string;
            signatures: never[];
        };
        txid: string;
        walletId: string;
        amount: string;
        address: string;
        receivedCoin: {
            name: string;
            svg: string;
            modifier: number;
            modifierExp: number;
            fullDisplay: string;
            shortDisplay: string;
            hasMarketData: boolean;
            walletCreationPolling: boolean;
        };
        coin: string;
        memo: {
            type: string;
            value: string;
        };
    };
    readonly string257CharsLong: "4WMNlu0fFU8N94AwukfpfPPQn2Myo80JdmLNF5rgeKAab9XLD93KUQipcT6US0LRwWWIGbUt89fjmdwpg3CBklNi8QIeBI2i8UDJCEuQKYobR5m4ismm1RooTXUnw5OPjmfLuuajYV4e5cS1jpC6hez5X43PZ5SsGaHNYX2YYXY03ir54cWWx5QW5VCPKPKUzfq2UYK5fjAG2Fe3xCUOzqgoR6KaAiuOOnDSyhZygLJyaoJpOXZM9olblNtAW75Ed";
};
//# sourceMappingURL=fixtures.d.ts.map

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


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