Token
@Serializable
@SerialName(value = "token" )
Represents a token on a blockchain network (e.g., ERC-20).
Tokens are assets that exist on top of a blockchain through smart contracts. They follow specific standards (ERC-20, ERC-721, etc.) that define how they can be transferred and interacted with.