# Functions
DecodeAccountIDFromSS58 encode address SS58 to AccountID.
EncodeAccountIDToSS58 encode accountID to ss58 format.
GetDefaultSS58Codec get default ss58 codec.
GetDefaultSS58Prefix get default ss58 prefix.
MustAddressFromHexAccount address from hex account, panic if invalid.
NewBalanceByU64 new balance from uint64.
NewCompactBalance create a new CompactBalance.
NewCompactBalanceByInt create a new CompactBalance.
NewCompactGas creates a new compact of gas.
NewOptionAccountID creates an OptionAccountID with a value.
NewOptionAccountIDEmpty creates an OptionAccountID without a value.
NewOptionValue creates an OptionValue with a value.
NewOptionValueEmpty creates an OptionValue without a value.
No description provided by the author
SetDefaultSS58Prefix set default ss58 prefix.
# Constants
No description provided by the author
# Variables
CreateStorageKey uses the given metadata and to derive the right hashing of method, prefix as well as arguments to create a hashed StorageKey.
No description provided by the author
HexDecodeString decodes bytes from a hex string.
HexEncodeToString HexEncode encodes bytes to a hex string.
MustHexDecodeString panics if str cannot be decoded.
NewAccountID creates a new AccountID type.
NewAddressFromAccountID creates an Address from the given AccountID (public key).
NewAddressFromHexAccountID creates an Address from the given hex string that contains an AccountID (public key).
No description provided by the author
No description provided by the author
No description provided by the author
NewHash creates a new Hash type.
NewHashFromHexString creates a new Hash type from a hex string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewUCompactFromUInt create a compact big int from uint64.
# Structs
No description provided by the author
No description provided by the author
OptionAccountID is a structure that can store a AccountID or a missing value.
OptionValue is a structure that can store a Value or a missing value.
Schedule Definition of the cost schedule and other parameterizations for wasm vm.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
Address is a wrapper around an AccountId or an AccountIndex.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Gas is essentially the same as weight.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author