sgns::runtime::binaryen¶
Classes¶
Types¶
| Name | |
|---|---|
| using std::vector< DigestItem > | Digest |
| using base::Blob< 32 > | SessionKey |
| using std::vector< uint8_t > | OpaqueMetadata |
| using std::vector< Chain > | DutyRoster DutyRoster primitive. |
| using uint32_t | ParaId ParachainId primitive is an uint32_t. |
| using base::Blob< 32 > | ValidatorId ValidatorId primitive is an ed25519 or sr25519 public key. |
| using boost::variant< ValidTransaction, TransactionValidityError > | TransactionValidity |
Attributes¶
Types Documentation¶
using Digest¶
Digest is an implementation- and usage-defined entity, for example, information, needed to verify the block
using SessionKey¶
using OpaqueMetadata¶
SuperGenius primitive, which is opaque representation of RuntimeMetadata
using DutyRoster¶
DutyRoster primitive.
using ParaId¶
ParachainId primitive is an uint32_t.
using ValidatorId¶
ValidatorId primitive is an ed25519 or sr25519 public key.
using TransactionValidity¶
using sgns::primitives::TransactionValidity =
boost::variant<ValidTransaction, TransactionValidityError>;
Information on a transaction's validity and, if valid, on how it relate to other transactions.
Attributes Documentation¶
variable env¶
variable ext_malloc¶
variable ext_free¶
variable ext_clear_prefix¶
variable ext_clear_storage¶
variable ext_exists_storage¶
variable ext_get_allocated_storage¶
variable ext_get_storage_into¶
variable ext_set_storage¶
variable ext_storage_read_version_1¶
variable ext_blake2_256_enumerated_trie_root¶
static const wasm::Name ext_blake2_256_enumerated_trie_root =
"ext_blake2_256_enumerated_trie_root";
variable ext_storage_changes_root¶
variable ext_storage_root¶
variable ext_child_storage_root¶
variable ext_clear_child_storage¶
variable ext_exists_child_storage¶
variable ext_get_allocated_child_storage¶
variable ext_get_child_storage_into¶
variable ext_kill_child_storage¶
variable ext_set_child_storage¶
variable ext_print_hex¶
variable ext_logging_log_version_1¶
variable ext_print_num¶
variable ext_print_utf8¶
variable ext_blake2_128¶
variable ext_blake2_256¶
variable ext_keccak_256¶
variable ext_ed25519_verify¶
variable ext_sr25519_verify¶
variable ext_twox_64¶
variable ext_twox_128¶
variable ext_twox_256¶
variable ext_ed25519_public_keys_v1¶
variable ext_ed25519_generate_v1¶
variable ext_ed25519_sign_v1¶
variable ext_ed25519_verify_v1¶
variable ext_sr25519_public_keys_v1¶
variable ext_sr25519_generate_v1¶
variable ext_sr25519_sign_v1¶
variable ext_sr25519_verify_v2¶
variable ext_secp256k1_ecdsa_recover_v1¶
static const wasm::Name ext_secp256k1_ecdsa_recover_v1 =
"ext_crypto_secp256k1_ecdsa_recover_version_1";
variable ext_secp256k1_ecdsa_recover_compressed_v1¶
static const wasm::Name ext_secp256k1_ecdsa_recover_compressed_v1 =
"ext_crypto_secp256k1_ecdsa_recover_compressed_version_1";
variable ext_chain_id¶
Updated on 2026-03-04 at 13:10:43 -0800