Cardano

class Cardano

Types

Link copied to clipboard
Delegate funds in this account to a specified staking pool.
Protobuf type TW.Cardano.Proto.Delegate
Link copied to clipboard
Link copied to clipboard
Deregister staking key. can be done when staking is stopped completely. The Staking deposit is returned at this time.
Protobuf type TW.Cardano.Proto.DeregisterStakingKey
Link copied to clipboard
A transaction output that can be used as input
Protobuf type TW.Cardano.Proto.OutPoint
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Input data necessary to create a signed transaction.
Protobuf type TW.Cardano.Proto.SigningInput
Link copied to clipboard
Link copied to clipboard
Result containing the signed and encoded transaction.
Protobuf type TW.Cardano.Proto.SigningOutput
Link copied to clipboard
Link copied to clipboard
Represents a token and an amount. Token is identified by PolicyID and name.
Protobuf type TW.Cardano.Proto.TokenAmount
Link copied to clipboard
Link copied to clipboard
Collection of tokens with amount
Protobuf type TW.Cardano.Proto.TokenBundle
Link copied to clipboard
Link copied to clipboard
Describes a preliminary transaction plan.
Protobuf type TW.Cardano.Proto.TransactionPlan
Link copied to clipboard
Link copied to clipboard
Message for simple Transfer tx
Protobuf type TW.Cardano.Proto.Transfer
Link copied to clipboard
Link copied to clipboard
One input for a transaction
Protobuf type TW.Cardano.Proto.TxInput
Link copied to clipboard
Link copied to clipboard
One output for a transaction
Protobuf type TW.Cardano.Proto.TxOutput
Link copied to clipboard
Link copied to clipboard
Withdraw earned staking reward.
Protobuf type TW.Cardano.Proto.Withdraw
Link copied to clipboard

Functions

Link copied to clipboard
open fun registerAllExtensions(registry: ExtensionRegistryLite)