RpcTokenInfo class

Annotations
  • @freezed

Constructors

RpcTokenInfo({required String tokenName, required String tokenSymbol, required RpcBigInt totalSupply, required int decimals, required ViteAddress owner, required TokenId tokenId, required bool isReIssuable, required RpcBigInt maxSupply, required bool isOwnerBurnOnly, required int index})
const
factory
RpcTokenInfo.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $RpcTokenInfoCopyWith<RpcTokenInfo>
no setterinherited
decimals int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
index int
no setterinherited
isOwnerBurnOnly bool
no setterinherited
isReIssuable bool
no setterinherited
maxSupply String
no setterinherited
owner String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenId String
no setterinherited
tokenName String
no setterinherited
tokenSymbol String
no setterinherited
totalSupply String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited