import { Method, DistributiveOmit } from './types.mjs'; import { RpcBlockRequest, RpcBlockResponse, ErrorWrapper_for_RpcBlockError, RpcStateChangesInBlockRequest, RpcStateChangesInBlockByTypeResponse, ErrorWrapper_for_RpcStateChangesError, RpcSendTransactionRequest, ErrorWrapper_for_RpcTransactionError, RpcTransactionResponse, RpcStateChangesInBlockByTypeRequest, RpcStateChangesInBlockResponse, RpcChunkRequest, RpcChunkResponse, ErrorWrapper_for_RpcChunkError, RpcClientConfigResponse, ErrorWrapper_for_RpcClientConfigError, RpcCallFunctionRequest, RpcCallFunctionResponse, ErrorWrapper_for_RpcCallFunctionError, RpcCongestionLevelRequest, RpcCongestionLevelResponse, GenesisConfig, ErrorWrapper_for_GenesisConfigError, RpcLightClientBlockProofRequest, RpcLightClientBlockProofResponse, ErrorWrapper_for_RpcLightClientProofError, RpcLightClientExecutionProofRequest, RpcLightClientExecutionProofResponse, RpcMaintenanceWindowsRequest, JsonRpcResponseForArrayOfRangeOfUint64AndRpcMaintenanceWindowsErrorResponse, ErrorWrapper_for_RpcMaintenanceWindowsError, RpcProtocolConfigRequest, RpcProtocolConfigResponse, ErrorWrapper_for_RpcProtocolConfigError, RpcReceiptRequest, RpcReceiptResponse, ErrorWrapper_for_RpcReceiptError, RpcReceiptToTxRequest, RpcReceiptToTxResponse, ErrorWrapper_for_RpcReceiptToTxError, RpcSplitStorageInfoRequest, RpcSplitStorageInfoResponse, ErrorWrapper_for_RpcSplitStorageInfoError, RpcTransactionStatusRequest, RpcValidatorsOrderedRequest, JsonRpcResponseForArrayOfValidatorStakeViewAndRpcValidatorErrorResponse, ErrorWrapper_for_RpcValidatorError, RpcViewAccessKeyRequest, RpcViewAccessKeyResponse, ErrorWrapper_for_RpcViewAccessKeyError, RpcViewAccessKeyListRequest, RpcViewAccessKeyListResponse, ErrorWrapper_for_RpcViewAccessKeyListError, RpcViewAccountRequest, RpcViewAccountResponse, ErrorWrapper_for_RpcViewAccountError, RpcViewCodeRequest, RpcViewCodeResponse, ErrorWrapper_for_RpcViewCodeError, RpcViewStateRequest, RpcViewStateResponse, ErrorWrapper_for_RpcViewStateError, RpcGasPriceRequest, RpcGasPriceResponse, ErrorWrapper_for_RpcGasPriceError, ErrorWrapper_for_RpcStatusError, RpcNetworkInfoResponse, ErrorWrapper_for_RpcNetworkInfoError, RpcLightClientNextBlockRequest, RpcLightClientNextBlockResponse, ErrorWrapper_for_RpcLightClientNextBlockError, RpcQueryRequest, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, RpcStatusResponse, RpcValidatorRequest, RpcValidatorResponse, RpcStateChangesInBlockByTypeRequestAccountChanges, RpcStateChangesInBlockByTypeRequestSingleAccessKeyChanges, RpcStateChangesInBlockByTypeRequestAllAccessKeyChanges, RpcStateChangesInBlockByTypeRequestContractCodeChanges, RpcStateChangesInBlockByTypeRequestDataChanges, RpcQueryRequestViewAccount, RpcQueryRequestViewCode, RpcQueryRequestViewState, RpcQueryRequestViewAccessKey, RpcQueryRequestViewAccessKeyList, RpcQueryRequestViewGasKeyNonces, RpcQueryRequestCallFunction, RpcQueryRequestViewGlobalContractCode, RpcQueryRequestViewGlobalContractCodeByAccountId } from './schemas.mjs'; import 'zod/v4'; /** Method definition for block RPC call */ declare const block: Method; /** Method definition for blockEffects RPC call */ declare const blockEffects: Method; /** Method definition for broadcastTxAsync RPC call */ declare const broadcastTxAsync: Method; /** Method definition for broadcastTxCommit RPC call */ declare const broadcastTxCommit: Method; /** Method definition for changes RPC call */ declare const changes: Method; /** Method definition for chunk RPC call */ declare const chunk: Method; /** Method definition for clientConfig RPC call */ declare const clientConfig: Method; /** Method definition for EXPERIMENTALCallFunction RPC call */ declare const EXPERIMENTALCallFunction: Method; /** Method definition for EXPERIMENTALChanges RPC call */ declare const EXPERIMENTALChanges: Method; /** Method definition for EXPERIMENTALChangesInBlock RPC call */ declare const EXPERIMENTALChangesInBlock: Method; /** Method definition for EXPERIMENTALCongestionLevel RPC call */ declare const EXPERIMENTALCongestionLevel: Method; /** Method definition for EXPERIMENTALGenesisConfig RPC call */ declare const EXPERIMENTALGenesisConfig: Method; /** Method definition for EXPERIMENTALLightClientBlockProof RPC call */ declare const EXPERIMENTALLightClientBlockProof: Method; /** Method definition for EXPERIMENTALLightClientProof RPC call */ declare const EXPERIMENTALLightClientProof: Method; /** Method definition for EXPERIMENTALMaintenanceWindows RPC call */ declare const EXPERIMENTALMaintenanceWindows: Method; /** Method definition for EXPERIMENTALProtocolConfig RPC call */ declare const EXPERIMENTALProtocolConfig: Method; /** Method definition for EXPERIMENTALReceipt RPC call */ declare const EXPERIMENTALReceipt: Method; /** Method definition for EXPERIMENTALReceiptToTx RPC call */ declare const EXPERIMENTALReceiptToTx: Method; /** Method definition for EXPERIMENTALSplitStorageInfo RPC call */ declare const EXPERIMENTALSplitStorageInfo: Method; /** Method definition for EXPERIMENTALTxStatus RPC call */ declare const EXPERIMENTALTxStatus: Method; /** Method definition for EXPERIMENTALValidatorsOrdered RPC call */ declare const EXPERIMENTALValidatorsOrdered: Method; /** Method definition for EXPERIMENTALViewAccessKey RPC call */ declare const EXPERIMENTALViewAccessKey: Method; /** Method definition for EXPERIMENTALViewAccessKeyList RPC call */ declare const EXPERIMENTALViewAccessKeyList: Method; /** Method definition for EXPERIMENTALViewAccount RPC call */ declare const EXPERIMENTALViewAccount: Method; /** Method definition for EXPERIMENTALViewCode RPC call */ declare const EXPERIMENTALViewCode: Method; /** Method definition for EXPERIMENTALViewState RPC call */ declare const EXPERIMENTALViewState: Method; /** Method definition for gasPrice RPC call */ declare const gasPrice: Method; /** Method definition for genesisConfig RPC call */ declare const genesisConfig: Method; /** Method definition for health RPC call */ declare const health: Method; /** Method definition for lightClientProof RPC call */ declare const lightClientProof: Method; /** Method definition for maintenanceWindows RPC call */ declare const maintenanceWindows: Method; /** Method definition for networkInfo RPC call */ declare const networkInfo: Method; /** Method definition for nextLightClientBlock RPC call */ declare const nextLightClientBlock: Method; /** Method definition for query RPC call */ declare const query: Method; /** Method definition for sendTx RPC call */ declare const sendTx: Method; /** Method definition for status RPC call */ declare const status: Method; /** Method definition for tx RPC call */ declare const tx: Method; /** Method definition for validators RPC call */ declare const validators: Method; /** Method definition for changesAccountChanges RPC call */ declare const changesAccountChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for changesSingleAccessKeyChanges RPC call */ declare const changesSingleAccessKeyChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for changesAllAccessKeyChanges RPC call */ declare const changesAllAccessKeyChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for changesContractCodeChanges RPC call */ declare const changesContractCodeChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for changesDataChanges RPC call */ declare const changesDataChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for EXPERIMENTALChangesAccountChanges RPC call */ declare const EXPERIMENTALChangesAccountChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for EXPERIMENTALChangesSingleAccessKeyChanges RPC call */ declare const EXPERIMENTALChangesSingleAccessKeyChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for EXPERIMENTALChangesAllAccessKeyChanges RPC call */ declare const EXPERIMENTALChangesAllAccessKeyChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for EXPERIMENTALChangesContractCodeChanges RPC call */ declare const EXPERIMENTALChangesContractCodeChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for EXPERIMENTALChangesDataChanges RPC call */ declare const EXPERIMENTALChangesDataChanges: Method, RpcStateChangesInBlockResponse, ErrorWrapper_for_RpcStateChangesError, Pick>; /** Method definition for queryViewAccount RPC call */ declare const queryViewAccount: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryViewCode RPC call */ declare const queryViewCode: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryViewState RPC call */ declare const queryViewState: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryViewAccessKey RPC call */ declare const queryViewAccessKey: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryViewAccessKeyList RPC call */ declare const queryViewAccessKeyList: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryViewGasKeyNonces RPC call */ declare const queryViewGasKeyNonces: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryCallFunction RPC call */ declare const queryCallFunction: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryViewGlobalContractCode RPC call */ declare const queryViewGlobalContractCode: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; /** Method definition for queryViewGlobalContractCodeByAccountId RPC call */ declare const queryViewGlobalContractCodeByAccountId: Method, RpcQueryResponse, ErrorWrapper_for_RpcQueryError, Pick>; export { EXPERIMENTALCallFunction, EXPERIMENTALChanges, EXPERIMENTALChangesAccountChanges, EXPERIMENTALChangesAllAccessKeyChanges, EXPERIMENTALChangesContractCodeChanges, EXPERIMENTALChangesDataChanges, EXPERIMENTALChangesInBlock, EXPERIMENTALChangesSingleAccessKeyChanges, EXPERIMENTALCongestionLevel, EXPERIMENTALGenesisConfig, EXPERIMENTALLightClientBlockProof, EXPERIMENTALLightClientProof, EXPERIMENTALMaintenanceWindows, EXPERIMENTALProtocolConfig, EXPERIMENTALReceipt, EXPERIMENTALReceiptToTx, EXPERIMENTALSplitStorageInfo, EXPERIMENTALTxStatus, EXPERIMENTALValidatorsOrdered, EXPERIMENTALViewAccessKey, EXPERIMENTALViewAccessKeyList, EXPERIMENTALViewAccount, EXPERIMENTALViewCode, EXPERIMENTALViewState, block, blockEffects, broadcastTxAsync, broadcastTxCommit, changes, changesAccountChanges, changesAllAccessKeyChanges, changesContractCodeChanges, changesDataChanges, changesSingleAccessKeyChanges, chunk, clientConfig, gasPrice, genesisConfig, health, lightClientProof, maintenanceWindows, networkInfo, nextLightClientBlock, query, queryCallFunction, queryViewAccessKey, queryViewAccessKeyList, queryViewAccount, queryViewCode, queryViewGasKeyNonces, queryViewGlobalContractCode, queryViewGlobalContractCodeByAccountId, queryViewState, sendTx, status, tx, validators };