ChangeCandidate

move the bucket to vote for another candidate or transfer the ownership of bucket to another voters
Protobuf type TW.IoTeX.Proto.Staking.ChangeCandidate

Types

Link copied to clipboard
class Builder
move the bucket to vote for another candidate or transfer the ownership of bucket to another voters
Protobuf type TW.IoTeX.Proto.Staking.ChangeCandidate

Functions

Link copied to clipboard
open fun getBucketIndex(): Long
index
uint64 bucketIndex = 1;
Link copied to clipboard
validator name
string candidateName = 2;
Link copied to clipboard
open fun getCandidateNameBytes(): ByteString
validator name
string candidateName = 2;
Link copied to clipboard
open fun getDefaultInstance(): ChangeCandidate
Link copied to clipboard
open fun getPayload(): ByteString
payload data
bytes payload = 3;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): ChangeCandidate
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ChangeCandidate
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): ChangeCandidate
open fun parseFrom(data: ByteString): ChangeCandidate
open fun parseFrom(input: CodedInputStream): ChangeCandidate
open fun parseFrom(input: InputStream): ChangeCandidate
open fun parseFrom(data: ByteBuffer): ChangeCandidate
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ChangeCandidate
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ChangeCandidate
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ChangeCandidate
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ChangeCandidate
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ChangeCandidate
Link copied to clipboard
open fun parser(): Parser<ChangeCandidate>

Properties

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