Signing Input
Input data necessary to create a signed transaction.
Content copied to clipboard
TW.Cardano.Proto.SigningInputTypes
Functions
Link copied to clipboard
Link copied to clipboard
Optional, used in case of (re)delegation
Content copied to clipboard
.TW.Cardano.Proto.Delegate delegate = 7;Link copied to clipboard
Optional
Content copied to clipboard
.TW.Cardano.Proto.DeregisterStakingKey deregister_staking_key = 9;Link copied to clipboard
Available private keys (double extended keys); every input UTXO address should be covered
In case of Plan only, keys should be present, in correct number
Content copied to clipboard
repeated bytes private_key = 2;Link copied to clipboard
Available private keys (double extended keys); every input UTXO address should be covered
In case of Plan only, keys should be present, in correct number
Content copied to clipboard
repeated bytes private_key = 2;Link copied to clipboard
Available private keys (double extended keys); every input UTXO address should be covered
In case of Plan only, keys should be present, in correct number
Content copied to clipboard
repeated bytes private_key = 2;Link copied to clipboard
Optional, used in case of Staking Key registration (prerequisite for Staking)
Content copied to clipboard
.TW.Cardano.Proto.RegisterStakingKey register_staking_key = 6;Link copied to clipboard
Later this can be made oneof if more message types are supported
Content copied to clipboard
.TW.Cardano.Proto.Transfer transfer_message = 3;Link copied to clipboard
Available input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 1;Link copied to clipboard
Available input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 1;Link copied to clipboard
Available input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 1;Link copied to clipboard
Available input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 1;Link copied to clipboard
Optional, used in case of withdraw
Content copied to clipboard
.TW.Cardano.Proto.Withdraw withdraw = 8;Link copied to clipboard
Optional, used in case of (re)delegation
Content copied to clipboard
.TW.Cardano.Proto.Delegate delegate = 7;Link copied to clipboard
Optional
Content copied to clipboard
.TW.Cardano.Proto.DeregisterStakingKey deregister_staking_key = 9;Link copied to clipboard
Optional, used in case of Staking Key registration (prerequisite for Staking)
Content copied to clipboard
.TW.Cardano.Proto.RegisterStakingKey register_staking_key = 6;Link copied to clipboard
Later this can be made oneof if more message types are supported
Content copied to clipboard
.TW.Cardano.Proto.Transfer transfer_message = 3;Link copied to clipboard
Optional, used in case of withdraw
Content copied to clipboard
.TW.Cardano.Proto.Withdraw withdraw = 8;Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): SigningInput
Link copied to clipboard