NftOutput
open class NftOutput : Disposable, AutoCloseable, NftOutputInterface
A typed view of an on-chain 0x107a::nft_output::NftOutput<IOTA> object.
Functions
| Name | Summary |
|---|---|
| balance | open override fun balance(): ULong |
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| expirationUc | open override fun expirationUc(): ExpirationUnlockCondition? |
| id | open override fun id(): ObjectId The object's ID. |
| nativeTokensBagId | open override fun nativeTokensBagId(): ObjectId |
| storageDepositReturnUc | open override fun storageDepositReturnUc(): StorageDepositReturnUnlockCondition? |
| timelockUc | open override fun timelockUc(): TimelockUnlockCondition? |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| tryFromBcs | fun tryFromBcs(bytes: ByteArray): NftOutput Decode from BCS bytes, without validating the on-chain type tag. |
| tryFromObject | fun tryFromObject(object: Object): NftOutput Decode from an on-chain object, validating its Move type tag. |