package TW.Cardano.Proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Delegate

Cardano.proto:105

Delegate funds in this account to a specified staking pool.

Used in: SigningInput

message DeregisterStakingKey

Cardano.proto:96

Deregister staking key. can be done when staking is stopped completely. The Staking deposit is returned at this time.

Used in: SigningInput

message OutPoint

Cardano.proto:9

A transaction output that can be used as input

Used in: TxInput

message RegisterStakingKey

Cardano.proto:87

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

Used in: SigningInput

message SigningInput

Cardano.proto:162

Input data necessary to create a signed transaction.

message SigningOutput

Cardano.proto:193

Result containing the signed and encoded transaction.

message TokenAmount

Cardano.proto:18

Represents a token and an amount. Token is identified by PolicyID and name.

Used in: TokenBundle, TransactionPlan, TxInput, TxOutput

message TokenBundle

Cardano.proto:57

Collection of tokens with amount

Used in: Transfer

message TransactionPlan

Cardano.proto:126

Describes a preliminary transaction plan.

Used in: SigningInput

message Transfer

Cardano.proto:62

Message for simple Transfer tx

Used in: SigningInput

message TxInput

Cardano.proto:30

One input for a transaction

Used in: SigningInput, TransactionPlan

message TxOutput

Cardano.proto:45

One output for a transaction

message Withdraw

Cardano.proto:117

Withdraw earned staking reward.

Used in: SigningInput