Skip to main content

NftOutputInterface

type NftOutputInterface

A typed view of an on-chain `0x107a::nft_output::NftOutput<IOTA>` object.

type NftOutputInterface interface {
Balance() uint64
ExpirationUc() **ExpirationUnlockCondition
// The object's ID.
Id() *ObjectId
NativeTokensBagId() *ObjectId
StorageDepositReturnUc() **StorageDepositReturnUnlockCondition
TimelockUc() **TimelockUnlockCondition
}