Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Add submit multiple transactions #18

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions xrpl_trading_bot/clients/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ async def xrp_request_async(
responses = await gather(*requests_for_gather)

return list(responses)


def submit_transactions() -> None:
LimpidCrypto marked this conversation as resolved.
Show resolved Hide resolved
pass