Skip to main content

TimelockedStakedIotaProtocol

TimelockedStakedIotaProtocol Objects

class TimelockedStakedIotaProtocol(typing.Protocol)

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

expiration_timestamp_ms

def expiration_timestamp_ms() -> int

Epoch timestamp (ms) of when the lock expires.

id

def id() -> ObjectId

The object's ID.

staked_iota

def staked_iota() -> StakedIota

The wrapped StakedIota carrying the staked principal.