TimelockedIotaBalanceInterface
type TimelockedIotaBalanceInterface
A typed view of an on-chain `0x2::timelock::TimeLock<Balance<IOTA>>` object — a time-locked IOTA balance, e.g. Stardust vested rewards.
type TimelockedIotaBalanceInterface interface {
// Epoch timestamp (ms) of when the lock expires.
ExpirationTimestampMs() uint64
// The object's ID.
Id() *ObjectId
Label() *string
// The locked IOTA amount in nanos.
Locked() uint64
}