Skip to main content

StakedIotaInterface

type StakedIotaInterface

A typed view of an on-chain `0x3::staking_pool::StakedIota` object.

type StakedIotaInterface interface {
// The object's ID.
Id() *ObjectId
PoolId() *ObjectId
// Staked principal in nanos.
Principal() uint64
StakeActivationEpoch() uint64
}