You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add custom functions to the multisig contract or have a separate module that allows us to transfer tokens from the multisig without requiring signatures, depending on our custom logic.
An example is the Allowance Module on Gnosis Safe, which allows an assigned delegate to transfer a predetermined limit of tokens from the multisig without the approval of the owners. It also includes features like a timeout and a spending limit.
I’m trying to figure out how to implement something similar on the Aptos multisig_account. I see in the multisig_account documentation that:
“Clients are encouraged to write their own modules on top of this multisig account module…”
But I’m not sure how to proceed with this. Could you please provide an example of how to implement a module that allows a delegate to transfer tokens from the multisig without the approval of the owners?
Thank you!
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
721329822344937482
Describe your question in detail.
I want to add custom functions to the multisig contract or have a separate module that allows us to transfer tokens from the multisig without requiring signatures, depending on our custom logic.
An example is the Allowance Module on Gnosis Safe, which allows an assigned delegate to transfer a predetermined limit of tokens from the multisig without the approval of the owners. It also includes features like a timeout and a spending limit.
I’m trying to figure out how to implement something similar on the Aptos multisig_account. I see in the multisig_account documentation that:
But I’m not sure how to proceed with this. Could you please provide an example of how to implement a module that allows a delegate to transfer tokens from the multisig without the approval of the owners?
Thank you!
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
N/A
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions