SuperteamDAO / solathon

☄️ High performance, easy to use and feature-rich Solana SDK for Python.
https://solathon.vercel.app
MIT License
87 stars 32 forks source link

Add option signature transaction from outside class (maybe from frontend) #74

Closed hotamago closed 2 months ago

hotamago commented 3 months ago

I add options sign not from self.signers, maybe signed from frontend for transaction

def sign(self, signatures: list[bytes] = None) -> None: