TimelockedStakedIotaInterface
type TimelockedStakedIotaInterface
A typed view of an on-chain `0x3::timelocked_staking::TimelockedStakedIota` object.
type TimelockedStakedIotaInterface interface {
// Epoch timestamp (ms) of when the lock expires.
ExpirationTimestampMs() uint64
// The object's ID.
Id() *ObjectId
Label() *string
// The wrapped `StakedIota` carrying the staked principal.
StakedIota() *StakedIota
}