Staking

Staking transaction
Protobuf type TW.Polkadot.Proto.Staking

Types

Link copied to clipboard
Bond to a controller
Protobuf type TW.Polkadot.Proto.Staking.Bond
Link copied to clipboard
Bond to a controller, with nominators
Protobuf type TW.Polkadot.Proto.Staking.BondAndNominate
Link copied to clipboard
Link copied to clipboard
Bond extra amount
Protobuf type TW.Polkadot.Proto.Staking.BondExtra
Link copied to clipboard
Link copied to clipboard
interface BondOrBuilder
Link copied to clipboard
class Builder
Staking transaction
Protobuf type TW.Polkadot.Proto.Staking
Link copied to clipboard
Chill
Protobuf type TW.Polkadot.Proto.Staking.Chill
Link copied to clipboard
Chill and unbound
Protobuf type TW.Polkadot.Proto.Staking.ChillAndUnbond
Link copied to clipboard
Link copied to clipboard
interface ChillOrBuilder
Link copied to clipboard
Link copied to clipboard
Nominate
Protobuf type TW.Polkadot.Proto.Staking.Nominate
Link copied to clipboard
Link copied to clipboard
Unbond
Protobuf type TW.Polkadot.Proto.Staking.Unbond
Link copied to clipboard
interface UnbondOrBuilder
Link copied to clipboard
Withdraw unbonded amounts
Protobuf type TW.Polkadot.Proto.Staking.WithdrawUnbonded
Link copied to clipboard

Functions

Link copied to clipboard
open fun getBond(): Bond
.TW.Polkadot.Proto.Staking.Bond bond = 1;
Link copied to clipboard
open fun getBondAndNominate(): BondAndNominate
.TW.Polkadot.Proto.Staking.BondAndNominate bond_and_nominate = 2;
Link copied to clipboard
open fun getBondExtra(): BondExtra
.TW.Polkadot.Proto.Staking.BondExtra bond_extra = 3;
Link copied to clipboard
open fun getChill(): Chill
.TW.Polkadot.Proto.Staking.Chill chill = 7;
Link copied to clipboard
open fun getChillAndUnbond(): ChillAndUnbond
.TW.Polkadot.Proto.Staking.ChillAndUnbond chill_and_unbond = 8;
Link copied to clipboard
open fun getDefaultInstance(): Staking
Link copied to clipboard
open fun getNominate(): Nominate
.TW.Polkadot.Proto.Staking.Nominate nominate = 6;
Link copied to clipboard
open fun getUnbond(): Unbond
.TW.Polkadot.Proto.Staking.Unbond unbond = 4;
Link copied to clipboard
open fun getWithdrawUnbonded(): WithdrawUnbonded
.TW.Polkadot.Proto.Staking.WithdrawUnbonded withdraw_unbonded = 5;
Link copied to clipboard
open fun hasBond(): Boolean
.TW.Polkadot.Proto.Staking.Bond bond = 1;
Link copied to clipboard
.TW.Polkadot.Proto.Staking.BondAndNominate bond_and_nominate = 2;
Link copied to clipboard
open fun hasBondExtra(): Boolean
.TW.Polkadot.Proto.Staking.BondExtra bond_extra = 3;
Link copied to clipboard
open fun hasChill(): Boolean
.TW.Polkadot.Proto.Staking.Chill chill = 7;
Link copied to clipboard
.TW.Polkadot.Proto.Staking.ChillAndUnbond chill_and_unbond = 8;
Link copied to clipboard
open fun hasNominate(): Boolean
.TW.Polkadot.Proto.Staking.Nominate nominate = 6;
Link copied to clipboard
open fun hasUnbond(): Boolean
.TW.Polkadot.Proto.Staking.Unbond unbond = 4;
Link copied to clipboard
.TW.Polkadot.Proto.Staking.WithdrawUnbonded withdraw_unbonded = 5;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Staking
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Staking
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Staking
open fun parseFrom(data: ByteString): Staking
open fun parseFrom(input: CodedInputStream): Staking
open fun parseFrom(input: InputStream): Staking
open fun parseFrom(data: ByteBuffer): Staking
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Staking
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Staking
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Staking
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Staking
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Staking
Link copied to clipboard
open fun parser(): Parser<Staking>

Properties

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