sendTransactionNearAsync method
Implementation
Future<BlockchainResponse> sendTransactionNearAsync({
required List<String> params,
}) =>
nearRpcClient.sendAsyncTx(params);
Future<BlockchainResponse> sendTransactionNearAsync({
required List<String> params,
}) =>
nearRpcClient.sendAsyncTx(params);