Skip to main content

IBasicOutput

Namespace: IotaSdk

public interface IBasicOutput

Attributes NullableContextAttribute

Methods

Balance()

IOTA balance held by the output, in nanos.

ulong Balance()

Returns

UInt64

ExpirationUc()

ExpirationUnlockCondition? ExpirationUc()

Returns

ExpirationUnlockCondition?

Id()

The object's ID.

ObjectId Id()

Returns

ObjectId

Metadata()

Byte[]? Metadata()

Returns

Byte[]?

NativeTokensBagId()

Object ID of the Bag of native tokens. Use the GraphQL client to list dynamic fields if you need to enumerate the tokens.

ObjectId NativeTokensBagId()

Returns

ObjectId

Sender()

Address? Sender()

Returns

Address?

StorageDepositReturnUc()

StorageDepositReturnUnlockCondition? StorageDepositReturnUc()

Returns

StorageDepositReturnUnlockCondition?

Tag()

Byte[]? Tag()

Returns

Byte[]?

TimelockUc()

TimelockUnlockCondition? TimelockUc()

Returns

TimelockUnlockCondition?