Withdraw

Withdraw earned staking reward.
Protobuf type TW.Cardano.Proto.Withdraw

Types

Link copied to clipboard
class Builder
Withdraw earned staking reward.
Protobuf type TW.Cardano.Proto.Withdraw

Functions

Link copied to clipboard
open fun getDefaultInstance(): Withdraw
Link copied to clipboard
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
open fun getStakingAddressBytes(): ByteString
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
Withdrawal amount. Should match the real value of the earned reward.
uint64 withdraw_amount = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Withdraw
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Withdraw
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Withdraw
open fun parseFrom(data: ByteString): Withdraw
open fun parseFrom(input: CodedInputStream): Withdraw
open fun parseFrom(input: InputStream): Withdraw
open fun parseFrom(data: ByteBuffer): Withdraw
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Withdraw
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Withdraw
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Withdraw
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Withdraw
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Withdraw
Link copied to clipboard
open fun parser(): Parser<Withdraw>

Properties