SwapInput$json top-level constant

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

Implementation

@$core.Deprecated('Use swapInputDescriptor instead')
const SwapInput$json = const {
  '1': 'SwapInput',
  '2': const [
    const {'1': 'from_asset', '3': 1, '4': 1, '5': 11, '6': '.TW.THORChainSwap.Proto.Asset', '10': 'fromAsset'},
    const {'1': 'from_address', '3': 2, '4': 1, '5': 9, '10': 'fromAddress'},
    const {'1': 'to_asset', '3': 3, '4': 1, '5': 11, '6': '.TW.THORChainSwap.Proto.Asset', '10': 'toAsset'},
    const {'1': 'to_address', '3': 4, '4': 1, '5': 9, '10': 'toAddress'},
    const {'1': 'vault_address', '3': 5, '4': 1, '5': 9, '10': 'vaultAddress'},
    const {'1': 'router_address', '3': 6, '4': 1, '5': 9, '10': 'routerAddress'},
    const {'1': 'from_amount', '3': 7, '4': 1, '5': 9, '10': 'fromAmount'},
    const {'1': 'to_amount_limit', '3': 8, '4': 1, '5': 9, '10': 'toAmountLimit'},
    const {'1': 'affiliate_fee_address', '3': 9, '4': 1, '5': 9, '10': 'affiliateFeeAddress'},
    const {'1': 'affiliate_fee_rate_bp', '3': 10, '4': 1, '5': 9, '10': 'affiliateFeeRateBp'},
    const {'1': 'extra_memo', '3': 11, '4': 1, '5': 9, '10': 'extraMemo'},
    const {'1': 'expiration_time', '3': 12, '4': 1, '5': 4, '10': 'expirationTime'},
  ],
};