fee_asset
Represents an asset that will be paid for a new account registration This struct must contain either of these options:
id
name
andblockchain_rid
If id
and name
are missing or both present, functions using this struct will consider it invalid.
If this value is being parsed from a GTV and name
is present instead of id
, blockchain_rid
is optional. If missing, its value will be this chain's RID.