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
|`issued-at`| string ||[RFC 3339][rfc 3339]`date-time` that indicates the issuance time. |
43
-
|`expiration-time`| string ||[RFC 3339][rfc 3339]`date-time` that indicates when the signed authentication message is no longer valid. |
44
-
|`not-before`| string ||[RFC 3339][rfc 3339]`date-time` that indicates when the signed authentication message starts being valid. |
42
+
|`issued-at`| string ||[RFC 3339][rfc 3339]`date-time` that indicates the issuance time. |
43
+
|`expiration-time`| string ||[RFC 3339][rfc 3339]`date-time` that indicates when the signed authentication message is no longer valid. |
44
+
|`not-before`| string ||[RFC 3339][rfc 3339]`date-time` that indicates when the signed authentication message starts being valid. |
45
45
|`request-id`| string || System-specific identifier used to uniquely refer to the authentication request. |
46
46
|`resources`| List of strings || List of information or references to information the user wishes to have resolved as part of the authentication by the relying party; express as [RFC 3986][rfc 3986] URIs and separated by `\n`. |
47
47
|`signature`| bytes | ✓ | Signature of the message signed by the wallet. |
@@ -167,4 +167,4 @@ Not applicable.
167
167
168
168
## Copyright
169
169
170
-
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
170
+
Copyright and related rights waived via [CC0](../LICENSE).
The response will return as a value for the result a hash for the block with height 0 that should be sliced to its first 16 bytes (32 characters for base 16) to be CAIP-13 compatible.
58
59
59
60
## Rationale
@@ -85,4 +86,4 @@ Not applicable
85
86
86
87
## Copyright
87
88
88
-
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
89
+
Copyright and related rights waived via [CC0](../LICENSE).
Copy file name to clipboardExpand all lines: CAIPs/caip-26.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The namespace "tezos" refers to the Tezos open-source blockchain platform.
33
33
#### Reference Definition
34
34
35
35
The definition for this namespace will use the `genesis-block-hash` as an indentifier for different Tezos chains. The method for calculating the chain ID is as follows
0 commit comments