String representation of an on-chain Move type tag that is exposed in transaction payload. Values:
vector<{non-reference MoveTypeId}>
{address}::{module_name}::{struct_name}::<{generic types}>
Vector type value examples:
vector<u8>
vector<vector<u64>>
vector<0x1::coin::CoinStore<0x1::aptos_coin::AptosCoin>>
Struct type value examples:
0x1::account::Account
Note:
Generated using TypeDoc
String representation of an on-chain Move type tag that is exposed in transaction payload. Values:
vector<{non-reference MoveTypeId}>
{address}::{module_name}::{struct_name}::<{generic types}>
Vector type value examples:
vector<u8>
vector<vector<u64>>
vector<0x1::coin::CoinStore<0x1::aptos_coin::AptosCoin>>
Struct type value examples:
0x1::account::Account
Note: