from which we want to retrieve the information
The spendable balance of a contract (in mutez), also known as liquid balance. Corresponds to tez owned by the contract that are neither staked, nor in unstaked requests, nor in frozen bonds. Identical to the 'spendable' RPC.
address from which we want to retrieve the spendable balance
from which we want to retrieve the balance
the balance in mutez
Access the value associated with a key in a big map.
Big Map ID and Expression hash to query (A b58check encoded Blake2b hash of the expression)
from which we want to retrieve the big map value
Return all the information about a block
from which we want to retrieve the information
Access the timestamp of a block
from which we want to retrieve the timestamp
date ISO format zero UTC offset ("2022-01-19T22:37:07Z")
Access the chain id
Access the counter of an address
from which we want to retrieve the counter
from which we want to retrieve the counter
Access the delegate of a contract, if any.
contract address from which we want to retrieve the delegate (baker)
from which we want to retrieve the delegate
the public key hash of the delegate or null if no delegate
Return the list of entrypoints of the contract
address of the contract we want to get the entrypoints of
Return a list of the ancestors of the given block which, if referred to as the branch in an operation header, are recent enough for that operation to be included in the current block.
from which we want to retrieve the information
Access the next protocol hash
from which we want to retrieve the next protocol hash
Access protocol constants used in Taquito
from which we want to retrieve the constants
Access the sapling state of a smart contract.
The address of the smart contract
The block you want to retrieve the sapling state from
Access the value associated with a sapling state ID.
Sapling state ID query
from which we want to retrieve the sapling state
Access the script (code and storage) of a smart contract
contract address from which we want to retrieve the script
from which we want to retrieve the storage value
Note: The code must be in the JSON format and not contain global constant
The spendable balance of a contract (in mutez), also known as liquid balance. Corresponds to tez owned by the contract that are neither staked, nor in unstaked requests, nor in frozen bonds. Identical to the 'balance' RPC.
address from which we want to retrieve the spendable balance
from which we want to retrieve the balance
the balance in mutez
Access the storage of a contract
contract address from which we want to retrieve the storage
from which we want to retrieve the storage value
Indicate if an account is revealed
of the account
from which we want to know if the account is revealed
Returns the cycle at which the launch of the Adaptive Issuance feature is set to happen. A result of null means that the feature is not yet set to launch.