Table of Contents

Class CoinBalance

Namespace
Aptos
Assembly
Aptos.dll
public class CoinBalance : FungibleAssetBalance
Inheritance
CoinBalance
Inherited Members

Constructors

CoinBalance(decimal?, string, bool, bool?, AccountAddress, string, string?, FungibleAssetMetadata)

public CoinBalance(decimal? amount, string assetType, bool isFrozen, bool? isPrimary, AccountAddress ownerAddress, string storageId, string? tokenStandard, FungibleAssetMetadata metadata)

Parameters

amount decimal?
assetType string
isFrozen bool
isPrimary bool?
ownerAddress AccountAddress
storageId string
tokenStandard string
metadata FungibleAssetMetadata