Class | Description |
---|---|
Bool | |
Bytes |
A Bytes wrapper for Vec
|
H160 |
Hash containing 160 bits (20 bytes), typically used in blocks, extrinsics and as a sane default for fixed-length hash representations.
|
H256 |
Hash containing 256 bits (32 bytes), typically used in blocks, extrinsics and as a sane default for fixed-length hash representations.
|
H512 |
Hash containing 512 bits (64 bytes), typically used for signatures
|
I128 |
An 128-bit signed integer
|
I16 |
An 16-bit signed integer
|
I256 |
An 256-bit signed integer
|
I32 |
An 32-bit signed integer
|
I64 |
An 64-bit signed integer
|
I8 |
An 8-bit signed integer
|
Int |
A generic signed integer codec.
|
Method |
Extrinsic function descriptor, as defined in
https://github.com/paritytech/wiki/blob/master/Extrinsic.md#the-extrinsic-format-for-node . |
Method.DecodedMethod | |
Method.DecodeMethodInput | |
Method.MethodFunction | |
Method.MethodIndex |
A wrapper around the
[sectionIndex, methodIndex] value that uniquely identifies a method |
Method.Methods | |
Method.ModulesWithMethods | |
Moment |
A wrapper around seconds/timestamps.
|
Moment.MomentOf |
The Substrate MomentOf representation as a Moment.
|
Null |
Implements a type that does not contain anything (apart from
null ) |
StorageData |
Data retrieved via Storage queries and data for KeyValue pairs
|
StorageKey |
A representation of a storage key (typically hashed) in the system.
|
StorageKey.StorageFunction | |
Text |
This is a string wrapper, along with the length.
|
Type |
This is a extended version of String, specifically to handle types.
|
U128 |
An 128-bit unsigned integer
|
U16 |
An 16-bit unsigned integer
|
U256 |
An 256-bit unsigned integer
|
U32 |
An 32-bit unsigned integer
|
U64 |
An 64-bit unsigned integer
|
U8 |
An 8-bit unsigned integer
|
USize |
A System default unsigned number, typically used in RPC to report non-consensus data.
|