Skip to content

Commit c6692de

Browse files
TODO
1 parent 6d81a74 commit c6692de

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

virtuals_acp/contract_clients/base_contract_client.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
OffChainJob,
3232
)
3333

34+
# TODO: This function is not used anywhere, should we add it to Python SDK?
35+
# createMemoWithMetadata
36+
# signTypedData
37+
# signMessage
38+
# sendTransaction
39+
3440

3541
class BaseAcpContractClient(ABC):
3642
def __init__(self, agent_wallet_address: str, config: ACPContractConfig):

0 commit comments

Comments
 (0)