Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed May 17, 2024
1 parent d88d14c commit dd23e07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/sdk/11.go/08.smart-account-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ The length of the resulting signature is `len(secret) * 65`.

#### Inputs

| Parameter | Type | Description |
|------------|-----------------------|----------------------------------------|
| `ctx` | `context.Context` | Context. |
| `payload` | `[]byte` | The payload that needs to be signed. |
| `secret` | `[]string` | The list of the ECDSA private keys. |
| `client` | [`*clients.BaseClient`](/sdk/go/cients#baseclient) | Not used and should be `nil`. |
| Parameter | Type | Description |
|------------|-----------------------------------------------------|----------------------------------------|
| `ctx` | `context.Context` | Context. |
| `payload` | `[]byte` | The payload that needs to be signed. |
| `secret` | `[]string` | The list of the ECDSA private keys. |
| `client` | [`*clients.BaseClient`](/sdk/go/clients#baseclient) | Not used and should be `nil`. |

```go
var SignPayloadWithMultipleECDSA PayloadSigner = func(ctx context.Context, payload []byte, secret interface{}, client *clients.BaseClient) ([]byte, error)
Expand Down

0 comments on commit dd23e07

Please sign in to comment.