|
|
@ -65,7 +65,7 @@ type ExternalAPI interface { |
|
|
|
EcRecover(ctx context.Context, data hexutil.Bytes, sig hexutil.Bytes) (common.Address, error) |
|
|
|
EcRecover(ctx context.Context, data hexutil.Bytes, sig hexutil.Bytes) (common.Address, error) |
|
|
|
// Version info about the APIs
|
|
|
|
// Version info about the APIs
|
|
|
|
Version(ctx context.Context) (string, error) |
|
|
|
Version(ctx context.Context) (string, error) |
|
|
|
// SignGnosisSafeTransaction signs/confirms a gnosis-safe multisig transaction
|
|
|
|
// SignGnosisSafeTx signs/confirms a gnosis-safe multisig transaction
|
|
|
|
SignGnosisSafeTx(ctx context.Context, signerAddress common.MixedcaseAddress, gnosisTx GnosisSafeTx, methodSelector *string) (*GnosisSafeTx, error) |
|
|
|
SignGnosisSafeTx(ctx context.Context, signerAddress common.MixedcaseAddress, gnosisTx GnosisSafeTx, methodSelector *string) (*GnosisSafeTx, error) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|