Restake

restake the duration and autoStake flag of bucket
Protobuf type TW.IoTeX.Proto.Staking.Restake

Types

Link copied to clipboard
class Builder
restake the duration and autoStake flag of bucket
Protobuf type TW.IoTeX.Proto.Staking.Restake

Functions

Link copied to clipboard
open fun getAutoStake(): Boolean
auto re-stake
bool autoStake = 3;
Link copied to clipboard
open fun getBucketIndex(): Long
index
uint64 bucketIndex = 1;
Link copied to clipboard
open fun getDefaultInstance(): Restake
Link copied to clipboard
open fun getPayload(): ByteString
payload data
bytes payload = 4;
Link copied to clipboard
stake duration
uint32 stakedDuration = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Restake
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Restake
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Restake
open fun parseFrom(data: ByteString): Restake
open fun parseFrom(input: CodedInputStream): Restake
open fun parseFrom(input: InputStream): Restake
open fun parseFrom(data: ByteBuffer): Restake
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Restake
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Restake
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Restake
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Restake
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Restake
Link copied to clipboard
open fun parser(): Parser<Restake>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard