Protected
configurationProtected
requestOptional
initOverrides: RequestInitOptional
initOverrides: RequestInitAn AccountBalanceRequest is utilized to make a balance request on the /account/balance endpoint. If the block_identifier is populated, a historical balance query should be performed. Get an Account Balance
Optional
initOverrides: RequestInitRetrieves the Block information for a given block identifier including a list of all transactions in the block. Get a Block
Optional
initOverrides: RequestInitRetrieves the Block information for a given block identifier including a list of all transactions in the block. Get a Block
Optional
initOverrides: RequestInitRetrieves a Transaction included in a block that is not returned in a BlockResponse. Get a Block Transaction
Optional
initOverrides: RequestInitRetrieves a Transaction included in a block that is not returned in a BlockResponse. Get a Block Transaction
Optional
initOverrides: RequestInitTake unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload. Create Network Transaction from Signatures
Optional
initOverrides: RequestInitTake unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload. Create Network Transaction from Signatures
Optional
initOverrides: RequestInitRetrieves the Account Identifier information based on a Public Key for a given network Derive an AccountIdentifier from a PublicKey
Optional
initOverrides: RequestInitRetrieves the Account Identifier information based on a Public Key for a given network Derive an AccountIdentifier from a PublicKey
Optional
initOverrides: RequestInitRetrieves the network-specific transaction hash for a signed transaction. Get the Hash of a Signed Transaction
Optional
initOverrides: RequestInitRetrieves the network-specific transaction hash for a signed transaction. Get the Hash of a Signed Transaction
Optional
initOverrides: RequestInitTo Do Get Metadata for Transaction Construction
Optional
initOverrides: RequestInitTo Do Get Metadata for Transaction Construction
Optional
initOverrides: RequestInitTODO Parse a Transaction
Optional
initOverrides: RequestInitTODO Parse a Transaction
Optional
initOverrides: RequestInitGenerate an unsigned transaction from operations and metadata. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload. Generate an Unsigned Transaction and Signing Payloads
Optional
initOverrides: RequestInitGenerate an unsigned transaction from operations and metadata. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload. Generate an Unsigned Transaction and Signing Payloads
Optional
initOverrides: RequestInitTODO Create a Request to Fetch Metadata
Optional
initOverrides: RequestInitTODO Create a Request to Fetch Metadata
Optional
initOverrides: RequestInitSubmit a pre-signed transaction to the node. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload. Submit a Signed Transaction
Optional
initOverrides: RequestInitSubmit a pre-signed transaction to the node. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload. Submit a Signed Transaction
Optional
initOverrides: RequestInitRetrieves a list of transactions currently in the mempool for a given network. Get All Mempool Transactions
Optional
initOverrides: RequestInitRetrieves a list of transactions currently in the mempool for a given network. Get All Mempool Transactions
Optional
initOverrides: RequestInitRetrieves transaction details from the mempool for a given transaction id from a given network. Get a Mempool Transaction
Optional
initOverrides: RequestInitRetrieves transaction details from the mempool for a given transaction id from a given network. Get a Mempool Transaction
Optional
initOverrides: RequestInitRetrieves a list of NetworkIdentifiers that the Rosetta server supports. Get List of Available Networks
Optional
initOverrides: RequestInitRetrieves a list of NetworkIdentifiers that the Rosetta server supports. Get List of Available Networks
Optional
initOverrides: RequestInitRetrieves the version information and allowed network-specific types for a NetworkIdentifier. Any NetworkIdentifier returned by /network/list should be accessible here. Because options are retrievable in the context of a NetworkIdentifier, it is possible to define unique options for each network. Get Network Options
Optional
initOverrides: RequestInitRetrieves the version information and allowed network-specific types for a NetworkIdentifier. Any NetworkIdentifier returned by /network/list should be accessible here. Because options are retrievable in the context of a NetworkIdentifier, it is possible to define unique options for each network. Get Network Options
Optional
initOverrides: RequestInitRetrieves the current status of the network requested. Any NetworkIdentifier returned by /network/list should be accessible here. Get Network Status
Optional
initOverrides: RequestInitRetrieves the current status of the network requested. Any NetworkIdentifier returned by /network/list should be accessible here. Get Network Status
Optional
initOverrides: RequestInitRest
...middlewares: Middleware[]Rest
...postMiddlewares: ((context: ResponseContext) => Promise<void | Response>)[]Rest
...preMiddlewares: ((context: RequestContext) => Promise<void | FetchParams>)[]Generated using TypeDoc
An AccountBalanceRequest is utilized to make a balance request on the /account/balance endpoint. If the block_identifier is populated, a historical balance query should be performed. Get an Account Balance