Expand description
Parsing utilities for common types
Structs§
- NftAttribute
- Helper type to parse
key=valueattributes for NFT collections - Vault
With Amount - Helper type to parse
id=amount, that is:<bs58 encoded owner id>=<amount>,ed25519:<public key>=<amount>or<bs58 encoded owner id>,<shard>=<amount>
Enums§
- Owner
IdKey OrAddress - Helper type to parse:
<bs58 encoded owner-id>,ed25519:<public key>or<bs58 encoded owner-id>,<shard> - Owner
IdOr Key - Helper type to parse:
<bs58 encoded owner-id>ored25519:<bs58 encoded public key>