Parameters for the platform.getBalance method.
Get the balance of AVAX controlled by a given address.
Return type for the platform.getBalance method.
Parameters for the platform.getBlockByHeight method.
Get a block by its height.
The return type for the platform.getBlockByHeight method.
Return type for the platform.getBlockchains method.
Get all the blockchains that exist (excluding the P-Chain).
Parameters for the platform.getBlockchainStatus method.
Get the status of a blockchain.
Return type for the platform.getBlockchainStatus method.
Parameters for the platform.getBlock method.
Get a block by its ID.
The return type for the platform.getBlock method.
Parameters for the platform.getCurrentSupply method.
Get the current supply of a token.
Return type for the platform.getCurrentSupply method.
Parameters for the platform.getCurrentValidators method.
Get the current validators of a Subnet.
Return type for the platform.getCurrentValidators method.
Return type for the platform.getFeeConfig method.
Get the fee configuration for the P-Chain.
Return type for the platform.getFeeState method.
Get the current fee state of the P-Chain.
Return type for the platform.getHeight method.
Get the current height of the P-Chain.
Parameters for the platform.getL1Validator method.
Get information about an L1 validator.
Return type for the platform.getL1Validator method.
Parameters for the platform.getMinStake method.
Get the minimum stake required for validators and delegators.
Return type for the platform.getMinStake method.
Return type for the platform.getProposedHeight method.
Get the proposed height of the P-Chain.
Parameters for the platform.getRewardUTXOs method.
Get the reward UTXOs for a transaction.
Return type for the platform.getRewardUTXOs method.
Parameters for the platform.getStake method.
Get the amount of stake for a set of addresses.
Return type for the platform.getStake method.
Parameters for the platform.getStakingAssetID method.
Get the ID of the asset used for staking on a Subnet.
Return type for the platform.getStakingAssetID method.
Parameters for the platform.getSubnet method.
Get information about a Subnet.
Return type for the platform.getSubnet method.
Parameters for the platform.getSubnets method.
Get information about a set of Subnets.
Return type for the platform.getSubnets method.
Return type for the platform.getTimestamp method.
Get the current timestamp of the P-Chain.
Parameters for the platform.getTotalStake method.
Get the total amount of stake on a Subnet.
Return type for the platform.getTotalStake method.
Parameters for the platform.getTx method.
Get a transaction by its ID.
Return type for the platform.getTx method.
Returns the transaction encoded to the specified format PChainTransactionType
Parameters for the platform.getTxStatus method.
Get the status of a transaction.
Return type for the platform.getTxStatus method.
Parameters for the platform.getUTXOs method.
Get the UTXOs that reference a given set of addresses.
Return type for the platform.getUTXOs method.
Parameters for the platform.getValidatorsAt method.
Get the validators at a given height.
Return type for the platform.getValidatorsAt method.
Parameters for the platform.issueTx method.
Issue a transaction to the Platform Chain.
Return type for the platform.issueTx method.
Represents the status of a transaction.
Parameters for the platform.sampleValidators method.
Sample validators from the specified Subnet.
Return type for the platform.sampleValidators method.
Parameters for the platform.validatedBy method.
Get the Subnet that validates a given blockchain.
Return type for the platform.validatedBy method.
Parameters for the platform.validates method.
Get the IDs of the blockchains a Subnet validates.
Return type for the platform.validates method.
Get the balance of AVAX controlled by a given address.
Get a block by its ID.
Get a block by its height.
Get all the blockchains that exist (excluding the P-Chain).
Get the status of a blockchain.
Get the current supply of an asset.
Get the current validators of the specified Subnet.
Get the fee configuration for the P-Chain.
Get the current fee state of the P-Chain.
Get the height of the last accepted block.
Get the L1 validator information.
Get the minimum stake amount for a subnet.
Get the proposed height of the P-Chain.
Get the reward UTXOs for a transaction.
Get the stake amount for a set of addresses.
Get the staking asset ID for a subnet.
Get information about a subnet.
Get all subnets.
Get the current timestamp of the P-Chain.
Get the total stake amount for a subnet.
Get a transaction by its ID.
Get the status of a transaction.
Get the UTXOs for a set of addresses.
Get the validators at a specific height.
Issue a transaction to the Platform Chain.
Sample validators from the specified Subnet.
Get the validators that validated a transaction.
Validates a transaction.
Describes the status of a blockchain.