diff options
| author | bt <bt@rctt.net> | 2026-05-16 22:45:42 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-05-16 22:46:48 +0200 |
| commit | 164428421ef950ee9572287fd9ade8876ed4bfe5 (patch) | |
| tree | 452081adcd3bdba0b016fb107fd19f382387e3ea /docs/rfc.md | |
| parent | 594ed058b3cf318a9eed2a950501efdf5114b49e (diff) | |
| download | solec-164428421ef950ee9572287fd9ade8876ed4bfe5.tar.gz solec-164428421ef950ee9572287fd9ade8876ed4bfe5.zip | |
Update docsv0.4.0
Diffstat (limited to 'docs/rfc.md')
| -rw-r--r-- | docs/rfc.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/rfc.md b/docs/rfc.md index e60527f..e99b53b 100644 --- a/docs/rfc.md +++ b/docs/rfc.md @@ -231,11 +231,11 @@ different auth method will be used. Usermode payload is used for changing user settings related to channels. For example: joining, leaving or setting privilages. -| Type | Name | -|--------|--------------| -| string | user_address | -| string | channel_name | -| uint8 | mode | +| Type | Name | +|--------|-----------------| +| string | user_address | +| string | channel_address | +| uint8 | mode | #### Modes @@ -250,12 +250,12 @@ Read messages previously send to a specific channel. User has to member of the c Response is just a sequence of *Message*. Client should use *Timestamp* field of a *Message* to show them in corrent order. -| Type | Name | -|-----------|--------------| -| string | channel_name | -| timestamp | since | -| int64 | count | -| int64 | offset | +| Type | Name | +|-----------|-----------------| +| string | channel_address | +| timestamp | since | +| int64 | count | +| int64 | offset | ### Test |
