Skip to main content

ITimelockedStakedIota

Namespace: IotaSdk

A typed view of an on-chain 0x3::timelocked_staking::TimelockedStakedIota object.

public interface ITimelockedStakedIota

Attributes NullableContextAttribute

Methods

ExpirationTimestampMs()

Epoch timestamp (ms) of when the lock expires.

ulong ExpirationTimestampMs()

Returns

UInt64

Id()

The object's ID.

ObjectId Id()

Returns

ObjectId

Label()

string? Label()

Returns

String?

StakedIota()

The wrapped StakedIota carrying the staked principal.

StakedIota StakedIota()

Returns

StakedIota