Pure
BCS encoded primitive value (not an object or Move struct).
type Pure {
bytes: Base64!
}
Fields
Pure.bytes
● Base64!
non-null scalar
BCS serialized and Base64 encoded primitive value.
Implemented By
TransactionInput
union