Network
Last updated
Last updated
- Get ABCI information This method is used to get ABCI information.
Parameters:
<string>
- a wallet address
<NetworkAxiosConfig>
- (optinal) network config
Results:
Promise<AbciInfoResult>
- An instance of AbciInfoResult
containing the response and error.
Example:
- Get ABCI Noce This method is used to get ABCI Noce.
Parameters:
<string>
- a wallet address
<NetworkAxiosConfig>
- (optinal) network config
Promise<AbciNoceResult>
- An instance of AbciNoceResult
containing the response and error.
- Get information of given type of asset token This method is used to get information of given type of asset token
<string>
- asset code
<NetworkAxiosConfig>
- (optinal) network config
Promise<AssetTokenDataResult>
- An instance of AssetTokenDataResult
containing the response and error.
- Get datails of given block This method is used to get details of given block.
<number>
- block Height
<NetworkAxiosConfig>
- (optinal) network config
Promise<BlockDetailsDataResult>
- An instance of BlockDetailsDataResult
containing the response and error.
- Get the delegation information This method is used to get the delegation information.
<string>
- public key
<NetworkAxiosConfig>
- (optinal) network config
Promise<DelegateInfoDataResult>
- An instance of DelegateInfoDataResult
containing the response and error.
- Get transaction details This method is used to get details of transaction with given hash
<string>
- transaction hash
<NetworkAxiosConfig>
- (optinal) network config
Promise<HashSwapDataResult>
- An instance of HashSwapDataResult
containing the response and error.
- Get information of issued records for given public key This method is used to get information of issued records for given public key
<string>
- public key
<NetworkAxiosConfig>
- (optinal) network config
Promise<IssuedRecordDataResult>
- An instance of IssuedRecordDataResult
containing the response and error.
- Get Sids owned by given address This method is used to get Sids owned by given address
<string>
- wallet address
<NetworkAxiosConfig>
- (optinal) network config
Promise<OwnedSidsDataResult>
- An instance of OwnedSidsDataResult
containing the response and error.
- Get the owner memo by given UTXO sid This method is used to get owner memo by given UTXO sid
<number>
- UTXO sid
<NetworkAxiosConfig>
- (optinal) network config
Promise<OwnerMemoDataResult>
- An instance of OwnerMemoDataResult
containing the response and error.
- Returns state commitment An important property of a Fractal ledger is the ability to authenticate transactions. Users can authenticate transactions against a small tag called the state commitment. The state commitment is a commitment to the current state of the ledger. The state commitment response is a tuple containing the state commitment and the state commitment version.
<NetworkAxiosConfig>
- (optinal) network config
Promise<StateCommitmentDataResult>
- An instance of StateCommitmentDataResult
containing the response and error.
- Returns transaction status Using the transaction handle, user can fetch the status of the transaction from the query server.
<string>
- transaction handle (hash)
<NetworkAxiosConfig>
- (optinal) network config
Promise<TransactionStatusDataResult>
- An instance of TransactionStatusDataResult
containing the response and error.
- Returns transaction details Using the transaction handle, user can fetch the details of the transaction from the query server.
<string>
- transaction handle (hash)
<NetworkAxiosConfig>
- (optinal) network config
Promise<TxDetailsDataResult>
- An instance of TxDetailsDataResult
containing the response and error.
- Get a list of transactions for given wallet address This method is used to get a list of transactions for given wallet address
<string>
- wallet address
<"to"|"from">
- transaction type. it can only be "to" or "from"
<number>
- pagination. Default is 1.
<NetworkAxiosConfig>
- (optinal) network config
Promise<TxListDataResult>
- An instance of TxListDataResult
containing the response and error.
- Get UTXO ledger for given utxo sid This method is used to get UTXO ledger for given UTXO sid
<number>
- UTXO SID
<NetworkAxiosConfig>
- (optinal) network config
Promise<UtxoDataResult>
- An instance of UtxoDataResult
containing the response and error.
- Get validator list This method is used to get the list of validators.
<NetworkAxiosConfig>
- (optinal) network config
Promise<ValidatorListDataResult>
- An instance of ValidatorListDataResult
containing the response and error.
- Send RPC call This method is used to send RPC call.
<string>
- RPC url
<{[key: string]: any}>
- payload
<NetworkAxiosConfig>
- (optinal) network config
Promise<T>
- The response object from RPC call.
- Submit EVM transaction This method is used to submit a EVM transaction.
<string>
- transaction hash
<NetworkAxiosConfig>
- (optinal) network config
Promise<SubmitEvmTxResult>
- An instance of SubmitEvmTxResult
containing the response and error.
- Submit transation This method is used to submit a transaction
<TransactionData>
- (optinal) transaction data
<NetworkAxiosConfig>
- (optinal) network config
Promise<SubmitTransactionDataResult>
- An instance of SubmitTransactionDataResult
containing the response and error.
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example:
Parameters:
Results:
Example: