LedgerInit$json top-level constant

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

Implementation

@$core.Deprecated('Use ledgerInitDescriptor instead')
const LedgerInit$json = const {
  '1': 'LedgerInit',
  '2': const [
    const {
      '1': 'minting_account',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.AccountIdentifier',
      '10': 'mintingAccount'
    },
    const {
      '1': 'initial_values',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Account',
      '10': 'initialValues'
    },
    const {
      '1': 'archive_canister',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.ic_base_types.pb.v1.PrincipalId',
      '10': 'archiveCanister'
    },
    const {
      '1': 'max_message_size_bytes',
      '3': 4,
      '4': 1,
      '5': 13,
      '10': 'maxMessageSizeBytes'
    },
  ],
};