import { Near } from "near-kit"; import type { ft_args_params_interface } from "../../lib/contract_ft_args"; export declare function ft_balance_of_fun(near: Near, ft_contractId: string, account_id: ft_args_params_interface["account_id"]): Promise; export declare function ft_transfer_fun(near: Near, ft_contractId: string, receiver_id: ft_args_params_interface["receiver_id"], amount: ft_args_params_interface["amount"]): Promise<{ final_execution_status: "NONE"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "INCLUDED"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "INCLUDED_FINAL"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "EXECUTED_OPTIMISTIC"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; } | { final_execution_status: "EXECUTED"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; } | { final_execution_status: "FINAL"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; }>; export declare function ft_transfer_call_fun(near: Near, ft_contractId: string, receiver_id: ft_args_params_interface["receiver_id"], msg: ft_args_params_interface["msg"], amount: ft_args_params_interface["amount"]): Promise<{ final_execution_status: "NONE"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "INCLUDED"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "INCLUDED_FINAL"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "EXECUTED_OPTIMISTIC"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; } | { final_execution_status: "EXECUTED"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; } | { final_execution_status: "FINAL"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; }>; export declare function ft_storage_deposit_fun(near: Near, ft_contractId: string): Promise<{ final_execution_status: "NONE"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "INCLUDED"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "INCLUDED_FINAL"; transaction?: { hash: string; signer_id: string; receiver_id: string; nonce: number; } | undefined; } | { final_execution_status: "EXECUTED_OPTIMISTIC"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; } | { final_execution_status: "EXECUTED"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; } | { final_execution_status: "FINAL"; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; transaction: { signer_id: string; public_key: string; nonce: number; receiver_id: string; actions: ("CreateAccount" | { CreateAccount: Record; } | { Transfer: { deposit: string; }; } | { FunctionCall: { method_name: string; args: string; gas: number; deposit: string; }; } | { DeployContract: { code: string; }; } | { DeployGlobalContract: { code: string; }; } | { DeployGlobalContractByAccountId: { code: string; }; } | { Stake: { stake: string; public_key: string; }; } | { AddKey: { public_key: string; access_key: { nonce: number; permission: "FullAccess" | { FunctionCall: { receiver_id: string; method_names: string[]; allowance?: string | null | undefined; }; }; }; }; } | { DeleteKey: { public_key: string; }; } | { DeleteAccount: { beneficiary_id: string; }; } | { UseGlobalContract: { code_hash: string; }; } | { UseGlobalContractByAccountId: { account_id: string; }; } | { Delegate: { delegate_action: { sender_id: string; receiver_id: string; actions: any[]; nonce: number; max_block_height: number; public_key: string; }; signature: string; }; } | { DeterministicStateInit: { deposit: string; }; })[]; signature: string; hash: string; priority_fee?: number | undefined; }; transaction_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }; receipts_outcome: { id: string; outcome: { logs: string[]; receipt_ids: string[]; gas_burnt: number; tokens_burnt: string; executor_id: string; status: "Unknown" | "Pending" | { SuccessValue: string; } | { SuccessReceiptId: string; } | { Failure: { [x: string]: any; error_message?: string | undefined; error_type?: string | undefined; }; }; metadata?: { version: number; gas_profile?: { [x: string]: any; cost?: string | undefined; cost_category?: string | undefined; gas_used?: string | undefined; }[] | null | undefined; } | undefined; }; block_hash: string; proof: { hash: string; direction: "Left" | "Right"; }[]; }[]; }>; //# sourceMappingURL=ft_fun.d.ts.map