RegisterStakingKey

Register a staking key for the account, prerequisite for Staking.
Note: staking messages are typically used with a 1-output-to-self transaction.
Protobuf type TW.Cardano.Proto.RegisterStakingKey

Types

Link copied to clipboard
class Builder
Register a staking key for the account, prerequisite for Staking.
Note: staking messages are typically used with a 1-output-to-self transaction.
Protobuf type TW.Cardano.Proto.RegisterStakingKey

Functions

Link copied to clipboard
open fun getDefaultInstance(): RegisterStakingKey
Link copied to clipboard
Amount deposited in this TX. Should be 2 ADA (2000000). If not set correctly, TX will be rejected. See also Delegate.deposit_amount.
uint64 deposit_amount = 2;
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): RegisterStakingKey
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): RegisterStakingKey
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): RegisterStakingKey
open fun parseFrom(data: ByteString): RegisterStakingKey
open fun parseFrom(input: CodedInputStream): RegisterStakingKey
open fun parseFrom(input: InputStream): RegisterStakingKey
open fun parseFrom(data: ByteBuffer): RegisterStakingKey
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): RegisterStakingKey
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): RegisterStakingKey
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): RegisterStakingKey
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): RegisterStakingKey
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): RegisterStakingKey
Link copied to clipboard
open fun parser(): Parser<RegisterStakingKey>

Properties