export declare const rpcErrorSchema: { schema: { AccessKeyNotFound: { name: string; subtypes: any[]; props: { account_id: string; public_key: string; }; }; AccountAlreadyExists: { name: string; subtypes: any[]; props: { account_id: string; }; }; AccountDoesNotExist: { name: string; subtypes: any[]; props: { account_id: string; }; }; ActionError: { name: string; subtypes: string[]; props: { index: string; }; }; ActionsValidationError: { name: string; subtypes: string[]; props: {}; }; ActorNoPermission: { name: string; subtypes: any[]; props: { account_id: string; actor_id: string; }; }; AddKeyAlreadyExists: { name: string; subtypes: any[]; props: { account_id: string; public_key: string; }; }; AddKeyMethodNameLengthExceeded: { name: string; subtypes: any[]; props: { length: string; limit: string; }; }; AddKeyMethodNamesNumberOfBytesExceeded: { name: string; subtypes: any[]; props: { limit: string; total_number_of_bytes: string; }; }; AltBn128InvalidInput: { name: string; subtypes: any[]; props: { msg: string; }; }; BadUTF16: { name: string; subtypes: any[]; props: {}; }; BadUTF8: { name: string; subtypes: any[]; props: {}; }; BalanceExceeded: { name: string; subtypes: any[]; props: {}; }; BalanceMismatchError: { name: string; subtypes: any[]; props: { final_accounts_balance: string; final_postponed_receipts_balance: string; forwarded_buffered_receipts_balance: string; incoming_receipts_balance: string; incoming_validator_rewards: string; initial_accounts_balance: string; initial_postponed_receipts_balance: string; new_buffered_receipts_balance: string; new_delayed_receipts_balance: string; other_burnt_amount: string; outgoing_receipts_balance: string; processed_delayed_receipts_balance: string; slashed_burnt_amount: string; tx_burnt_amount: string; }; }; CallIndirectOOB: { name: string; subtypes: any[]; props: {}; }; CannotAppendActionToJointPromise: { name: string; subtypes: any[]; props: {}; }; CannotReturnJointPromise: { name: string; subtypes: any[]; props: {}; }; CodeDoesNotExist: { name: string; subtypes: any[]; props: { account_id: string; }; }; CompilationError: { name: string; subtypes: string[]; props: {}; }; ContractSizeExceeded: { name: string; subtypes: any[]; props: { limit: string; size: string; }; }; CostOverflow: { name: string; subtypes: any[]; props: {}; }; CreateAccountNotAllowed: { name: string; subtypes: any[]; props: { account_id: string; predecessor_id: string; }; }; CreateAccountOnlyByRegistrar: { name: string; subtypes: any[]; props: { account_id: string; predecessor_id: string; registrar_account_id: string; }; }; DelegateActionExpired: { name: string; subtypes: any[]; props: {}; }; DelegateActionInvalidNonce: { name: string; subtypes: any[]; props: { ak_nonce: string; delegate_nonce: string; }; }; DelegateActionInvalidSignature: { name: string; subtypes: any[]; props: {}; }; DelegateActionMustBeOnlyOne: { name: string; subtypes: any[]; props: {}; }; DelegateActionNonceTooLarge: { name: string; subtypes: any[]; props: { delegate_nonce: string; upper_bound: string; }; }; DelegateActionSenderDoesNotMatchTxReceiver: { name: string; subtypes: any[]; props: { receiver_id: string; sender_id: string; }; }; DeleteAccountStaking: { name: string; subtypes: any[]; props: { account_id: string; }; }; DeleteAccountWithLargeState: { name: string; subtypes: any[]; props: { account_id: string; }; }; DeleteActionMustBeFinal: { name: string; subtypes: any[]; props: {}; }; DeleteKeyDoesNotExist: { name: string; subtypes: any[]; props: { account_id: string; public_key: string; }; }; DepositWithFunctionCall: { name: string; subtypes: any[]; props: {}; }; Deprecated: { name: string; subtypes: any[]; props: { method_name: string; }; }; Deserialization: { name: string; subtypes: any[]; props: {}; }; ECRecoverError: { name: string; subtypes: any[]; props: { msg: string; }; }; Ed25519VerifyInvalidInput: { name: string; subtypes: any[]; props: { msg: string; }; }; EmptyMethodName: { name: string; subtypes: any[]; props: {}; }; Expired: { name: string; subtypes: any[]; props: {}; }; FunctionCallArgumentsLengthExceeded: { name: string; subtypes: any[]; props: { length: string; limit: string; }; }; FunctionCallMethodNameLengthExceeded: { name: string; subtypes: any[]; props: { length: string; limit: string; }; }; FunctionCallZeroAttachedGas: { name: string; subtypes: any[]; props: {}; }; GasExceeded: { name: string; subtypes: any[]; props: {}; }; GasInstrumentation: { name: string; subtypes: any[]; props: {}; }; GasLimitExceeded: { name: string; subtypes: any[]; props: {}; }; GenericTrap: { name: string; subtypes: any[]; props: {}; }; GuestPanic: { name: string; subtypes: any[]; props: { panic_msg: string; }; }; HostError: { name: string; subtypes: string[]; props: {}; }; IllegalArithmetic: { name: string; subtypes: any[]; props: {}; }; IncorrectCallIndirectSignature: { name: string; subtypes: any[]; props: {}; }; IndirectCallToNull: { name: string; subtypes: any[]; props: {}; }; Instantiate: { name: string; subtypes: any[]; props: {}; }; InsufficientStake: { name: string; subtypes: any[]; props: { account_id: string; minimum_stake: string; stake: string; }; }; IntegerOverflow: { name: string; subtypes: any[]; props: {}; }; InternalMemoryDeclared: { name: string; subtypes: any[]; props: {}; }; InvalidAccessKeyError: { name: string; subtypes: string[]; props: {}; }; InvalidAccountId: { name: string; subtypes: any[]; props: {}; }; InvalidChain: { name: string; subtypes: any[]; props: {}; }; InvalidDataReceiverId: { name: string; subtypes: any[]; props: { account_id: string; }; }; InvalidIteratorIndex: { name: string; subtypes: any[]; props: { iterator_index: string; }; }; InvalidMethodName: { name: string; subtypes: any[]; props: {}; }; InvalidNonce: { name: string; subtypes: any[]; props: { ak_nonce: string; tx_nonce: string; }; }; InvalidPredecessorId: { name: string; subtypes: any[]; props: { account_id: string; }; }; InvalidPromiseIndex: { name: string; subtypes: any[]; props: { promise_idx: string; }; }; InvalidPromiseResultIndex: { name: string; subtypes: any[]; props: { result_idx: string; }; }; InvalidPublicKey: { name: string; subtypes: any[]; props: {}; }; InvalidReceiptIndex: { name: string; subtypes: any[]; props: { receipt_index: string; }; }; InvalidReceiverId: { name: string; subtypes: any[]; props: { account_id: string; }; }; InvalidRegisterId: { name: string; subtypes: any[]; props: { register_id: string; }; }; InvalidSignature: { name: string; subtypes: any[]; props: {}; }; InvalidSignerId: { name: string; subtypes: any[]; props: { account_id: string; }; }; InvalidTxError: { name: string; subtypes: string[]; props: {}; }; IteratorWasInvalidated: { name: string; subtypes: any[]; props: { iterator_index: string; }; }; KeyLengthExceeded: { name: string; subtypes: any[]; props: { length: string; limit: string; }; }; LackBalanceForState: { name: string; subtypes: any[]; props: { account_id: string; amount: string; }; }; Memory: { name: string; subtypes: any[]; props: {}; }; MemoryAccessViolation: { name: string; subtypes: any[]; props: {}; }; MemoryOutOfBounds: { name: string; subtypes: any[]; props: {}; }; MethodEmptyName: { name: string; subtypes: any[]; props: {}; }; MethodInvalidSignature: { name: string; subtypes: any[]; props: {}; }; MethodNameMismatch: { name: string; subtypes: any[]; props: { method_name: string; }; }; MethodNotFound: { name: string; subtypes: any[]; props: {}; }; MethodResolveError: { name: string; subtypes: string[]; props: {}; }; MisalignedAtomicAccess: { name: string; subtypes: any[]; props: {}; }; NonceTooLarge: { name: string; subtypes: any[]; props: { tx_nonce: string; upper_bound: string; }; }; NotEnoughAllowance: { name: string; subtypes: any[]; props: { account_id: string; allowance: string; cost: string; public_key: string; }; }; NotEnoughBalance: { name: string; subtypes: any[]; props: { balance: string; cost: string; signer_id: string; }; }; NumberInputDataDependenciesExceeded: { name: string; subtypes: any[]; props: { limit: string; number_of_input_data_dependencies: string; }; }; NumberOfLogsExceeded: { name: string; subtypes: any[]; props: { limit: string; }; }; NumberPromisesExceeded: { name: string; subtypes: any[]; props: { limit: string; number_of_promises: string; }; }; OnlyImplicitAccountCreationAllowed: { name: string; subtypes: any[]; props: { account_id: string; }; }; PrepareError: { name: string; subtypes: string[]; props: {}; }; ProhibitedInView: { name: string; subtypes: any[]; props: { method_name: string; }; }; ReceiptSizeExceeded: { name: string; subtypes: any[]; props: { limit: string; size: string; }; }; ReceiptValidationError: { name: string; subtypes: string[]; props: {}; }; ReceiverMismatch: { name: string; subtypes: any[]; props: { ak_receiver: string; tx_receiver: string; }; }; RequiresFullAccess: { name: string; subtypes: any[]; props: {}; }; ReturnedValueLengthExceeded: { name: string; subtypes: any[]; props: { length: string; limit: string; }; }; Serialization: { name: string; subtypes: any[]; props: {}; }; ShardCongested: { name: string; subtypes: any[]; props: { congestion_level: string; shard_id: string; }; }; ShardStuck: { name: string; subtypes: any[]; props: { missed_chunks: string; shard_id: string; }; }; SignerDoesNotExist: { name: string; subtypes: any[]; props: { signer_id: string; }; }; StackHeightInstrumentation: { name: string; subtypes: any[]; props: {}; }; StackOverflow: { name: string; subtypes: any[]; props: {}; }; TooManyFunctions: { name: string; subtypes: any[]; props: {}; }; TooManyLocals: { name: string; subtypes: any[]; props: {}; }; TotalLogLengthExceeded: { name: string; subtypes: any[]; props: { length: string; limit: string; }; }; TotalNumberOfActionsExceeded: { name: string; subtypes: any[]; props: { limit: string; total_number_of_actions: string; }; }; TotalPrepaidGasExceeded: { name: string; subtypes: any[]; props: { limit: string; total_prepaid_gas: string; }; }; TransactionSizeExceeded: { name: string; subtypes: any[]; props: { limit: string; size: string; }; }; TriesToStake: { name: string; subtypes: any[]; props: { account_id: string; balance: string; locked: string; stake: string; }; }; TriesToUnstake: { name: string; subtypes: any[]; props: { account_id: string; }; }; TxExecutionError: { name: string; subtypes: string[]; props: {}; }; Unreachable: { name: string; subtypes: any[]; props: {}; }; UnsuitableStakingKey: { name: string; subtypes: any[]; props: { public_key: string; }; }; UnsupportedProtocolFeature: { name: string; subtypes: any[]; props: { protocol_feature: string; version: string; }; }; ValueLengthExceeded: { name: string; subtypes: any[]; props: { length: string; limit: string; }; }; WasmTrap: { name: string; subtypes: string[]; props: {}; }; WasmerCompileError: { name: string; subtypes: any[]; props: { msg: string; }; }; Closed: { name: string; subtypes: any[]; props: {}; }; ServerError: { name: string; subtypes: string[]; props: {}; }; Timeout: { name: string; subtypes: any[]; props: {}; }; }; }; //# sourceMappingURL=rpc_error_schema.d.ts.map