WalletServiceBase$messageJson top-level constant

  1. @Deprecated('Use walletServiceDescriptor instead')
Map<String, Map<String, dynamic>> const WalletServiceBase$messageJson

Implementation

@$core.Deprecated('Use walletServiceDescriptor instead')
const $core.Map<$core.String, $core.Map<$core.String, $core.dynamic>>
    WalletServiceBase$messageJson = const {
  '.pactus.CreateWalletRequest': CreateWalletRequest$json,
  '.pactus.CreateWalletResponse': CreateWalletResponse$json,
  '.pactus.RestoreWalletRequest': RestoreWalletRequest$json,
  '.pactus.RestoreWalletResponse': RestoreWalletResponse$json,
  '.pactus.LoadWalletRequest': LoadWalletRequest$json,
  '.pactus.LoadWalletResponse': LoadWalletResponse$json,
  '.pactus.UnloadWalletRequest': UnloadWalletRequest$json,
  '.pactus.UnloadWalletResponse': UnloadWalletResponse$json,
  '.pactus.GetTotalBalanceRequest': GetTotalBalanceRequest$json,
  '.pactus.GetTotalBalanceResponse': GetTotalBalanceResponse$json,
  '.pactus.SignRawTransactionRequest': SignRawTransactionRequest$json,
  '.pactus.SignRawTransactionResponse': SignRawTransactionResponse$json,
  '.pactus.GetValidatorAddressRequest': GetValidatorAddressRequest$json,
  '.pactus.GetValidatorAddressResponse': GetValidatorAddressResponse$json,
  '.pactus.GetNewAddressRequest': GetNewAddressRequest$json,
  '.pactus.GetNewAddressResponse': GetNewAddressResponse$json,
  '.pactus.AddressInfo': AddressInfo$json,
  '.pactus.GetAddressHistoryRequest': GetAddressHistoryRequest$json,
  '.pactus.GetAddressHistoryResponse': GetAddressHistoryResponse$json,
  '.pactus.HistoryInfo': HistoryInfo$json,
  '.pactus.SignMessageRequest': SignMessageRequest$json,
  '.pactus.SignMessageResponse': SignMessageResponse$json,
  '.pactus.GetTotalStakeRequest': GetTotalStakeRequest$json,
  '.pactus.GetTotalStakeResponse': GetTotalStakeResponse$json,
  '.pactus.GetAddressInfoRequest': GetAddressInfoRequest$json,
  '.pactus.GetAddressInfoResponse': GetAddressInfoResponse$json,
  '.pactus.SetLabelRequest': SetLabelRequest$json,
  '.pactus.SetLabelResponse': SetLabelResponse$json,
  '.pactus.ListWalletRequest': ListWalletRequest$json,
  '.pactus.ListWalletResponse': ListWalletResponse$json,
  '.pactus.GetWalletInfoRequest': GetWalletInfoRequest$json,
  '.pactus.GetWalletInfoResponse': GetWalletInfoResponse$json,
  '.pactus.ListAddressRequest': ListAddressRequest$json,
  '.pactus.ListAddressResponse': ListAddressResponse$json,
};