SigningInput$json top-level constant

  1. @Deprecated('Use signingInputDescriptor instead')
Map<String, Object> const SigningInput$json

Implementation

@$core.Deprecated('Use signingInputDescriptor instead')
const SigningInput$json = {
  '1': 'SigningInput',
  '2': [
    {
      '1': 'utxos',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.TW.Cardano.Proto.TxInput',
      '10': 'utxos'
    },
    {'1': 'private_key', '3': 2, '4': 3, '5': 12, '10': 'privateKey'},
    {
      '1': 'transfer_message',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.Transfer',
      '10': 'transferMessage'
    },
    {
      '1': 'register_staking_key',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.RegisterStakingKey',
      '10': 'registerStakingKey'
    },
    {
      '1': 'delegate',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.Delegate',
      '10': 'delegate'
    },
    {
      '1': 'withdraw',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.Withdraw',
      '10': 'withdraw'
    },
    {
      '1': 'deregister_staking_key',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.DeregisterStakingKey',
      '10': 'deregisterStakingKey'
    },
    {
      '1': 'vote_delegation',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.VoteDelegation',
      '10': 'voteDelegation'
    },
    {'1': 'ttl', '3': 4, '4': 1, '5': 4, '10': 'ttl'},
    {
      '1': 'plan',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.TransactionPlan',
      '10': 'plan'
    },
    {
      '1': 'extra_outputs',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.TW.Cardano.Proto.TxOutput',
      '10': 'extraOutputs'
    },
  ],
};