AptosGraphQLFungibleAssetBalance constructor
AptosGraphQLFungibleAssetBalance({})
Implementation
AptosGraphQLFungibleAssetBalance({
this.amount,
this.assetType,
required this.isFrozen,
this.isPrimary,
this.lastTransactionTimestamp,
this.lastTransactionVersion,
required this.ownerAddress,
required this.storageId,
this.tokenStandard,
this.metadata,
});