TimelockedIotaBalanceProtocol
TimelockedIotaBalanceProtocol Objects
class TimelockedIotaBalanceProtocol(typing.Protocol)
A typed view of an on-chain 0x2::timelock::TimeLock<Balance<IOTA>>
object — a time-locked IOTA balance, e.g. Stardust vested rewards.
expiration_timestamp_ms
def expiration_timestamp_ms() -> int
Epoch timestamp (ms) of when the lock expires.
id
def id() -> ObjectId
The object's ID.
locked
def locked() -> int
The locked IOTA amount in nanos.