Skip to main content

Interface: TimelockedStakedIotaLike

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

Methods

expirationTimestampMs()

expirationTimestampMs(): bigint;

Epoch timestamp (ms) of when the lock expires.

Returns

bigint


id()

id(): ObjectIdLike;

The object's ID.

Returns

ObjectIdLike


label()

label(): string | undefined;

Returns

string | undefined


stakedIota()

stakedIota(): StakedIotaLike;

The wrapped StakedIota carrying the staked principal.

Returns

StakedIotaLike