Skip to main content

Type Alias: CoinInfo

type CoinInfo = {
amount: bigint;
id: ObjectIdLike;
transferTxDigest: TransactionDigestLike;
};

Generated factory for CoinInfo record objects.

Properties

amount

amount: bigint;

id

id: ObjectIdLike;

transferTxDigest

transferTxDigest: TransactionDigestLike;