BasicOutputInterface
interface BasicOutputInterface
A typed view of an on-chain 0x107a::basic_output::BasicOutput<IOTA> object.
Inheritors
| BasicOutput |
Functions
| Name | Summary |
|---|---|
| balance | abstract fun balance(): ULong IOTA balance held by the output, in nanos. |
| expirationUc | abstract fun expirationUc(): ExpirationUnlockCondition? |
| id | abstract fun id(): ObjectId The object's ID. |
| metadata | abstract fun metadata(): ByteArray? |
| nativeTokensBagId | abstract fun nativeTokensBagId(): ObjectId Object ID of the Bag of native tokens. Use the GraphQL client to list dynamic fields if you need to enumerate the tokens. |
| sender | abstract fun sender(): Address? |
| storageDepositReturnUc | abstract fun storageDepositReturnUc(): StorageDepositReturnUnlockCondition? |
| tag | abstract fun tag(): ByteArray? |
| timelockUc | abstract fun timelockUc(): TimelockUnlockCondition? |