StakeOrBuilder

interface StakeOrBuilder

Functions

Link copied to clipboard
abstract fun getPublicKey(): PublicKey
owner public key
.TW.NEAR.Proto.PublicKey public_key = 2;
Link copied to clipboard
abstract fun getStake(): ByteString
amount; uint128 / big endian byte order
bytes stake = 1;
Link copied to clipboard
abstract fun hasPublicKey(): Boolean
owner public key
.TW.NEAR.Proto.PublicKey public_key = 2;

Inheritors

Link copied to clipboard