Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decrease header of wc_session methods #251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/specs/clients/sign/rpc-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This doc should be used as a _source-of-truth_ and reflect the latest decisions and changes applied to the WalletConnect collection of client-to-client JSON-RPC methods for all platforms SDKs.

### Definitions
## Definitions

- **Nullables:** Fields flagged as `Optional` can be omitted from the payload.
- Unless explicitly mentioned that a response requires associated data, all methods response's follow a default JSON-RPC pattern for the success and failure cases:
Expand All @@ -18,9 +18,9 @@ error: {
}
```

### Methods
## Methods

#### wc_sessionPropose
### wc_sessionPropose

Used to propose a session through topic A. Requires a success response with associated data.

Expand Down Expand Up @@ -101,7 +101,7 @@ Auto Reject
| Tag | 1121 |
```

#### wc_sessionSettle
### wc_sessionSettle

Used to settle a session over topic B.

Expand Down Expand Up @@ -153,7 +153,7 @@ true
| Tag | 1103 |
```

#### wc_sessionUpdate
### wc_sessionUpdate

Used to update the namespaces of a session.

Expand Down Expand Up @@ -189,7 +189,7 @@ true
| Tag | 1105 |
```

#### wc_sessionExtend
### wc_sessionExtend

Used to extend the lifetime of a session.

Expand Down