-
Notifications
You must be signed in to change notification settings - Fork 21
[mkdocs] docs: add serialization reference #869
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106 changes: 106 additions & 0 deletions
106
mkdocs/snippets/devbook/reference/serialization/AccountKeyLinkTransactionV1.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,106 @@ | ||
| <table style="width: 100%;"><tr><td> | ||
| <div class="side-info"><table> | ||
| <tr><td class="side-info-icon">↕</td><td>Size: 173 bytes = 0xad</td></tr> | ||
| <tr><td class="side-info-icon"><i class="fab fa-github"></i></td><td><a href="https://github.com/symbol/symbol/blob/main/catbuffer/schemas/nem/account_key_link/account_key_link.cats#L25">schema</a></td></tr> | ||
| </table></div> | ||
| <dl markdown><dt><code>ser:AccountKeyLinkTransactionV1</code></dt><dd>binary layout for an account key link transaction (V1, latest) </dd></dl> | ||
| </td></tr></table> | ||
|
|
||
| <div class="big-table6"> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">type</code></div> | ||
| <div><a href="#transactiontype" title="enumeration of transaction types">TransactionType</a></div> | ||
| <div class="description"><p>transaction type </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">version</code></div> | ||
| <div>byte[1]</div> | ||
| <div class="description"><p>entity version </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">entity_body_reserved_1</code></div> | ||
| <div>byte[2]</div> | ||
| <div class="description"><b>reserved</b> <code class="docutils literal">0</code><br/><p>reserved padding between version and network type </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">network</code></div> | ||
| <div><a href="#networktype" title="enumeration of network types">NetworkType</a></div> | ||
| <div class="description"><p>entity network </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">timestamp</code></div> | ||
| <div><a href="#timestamp" title="">Timestamp</a></div> | ||
| <div class="description"><p>entity timestamp </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">signer_public_key_size</code></div> | ||
| <div>byte[4]</div> | ||
| <div class="description"><b>reserved</b> <code class="docutils literal">32</code><br/><p>entity signer public key size </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">signer_public_key</code></div> | ||
| <div><a href="#publickey" title="">PublicKey</a></div> | ||
| <div class="description"><p>entity signer public key </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">signature_size</code></div> | ||
| <div>byte[4]</div> | ||
| <div class="description"><b>reserved</b> <code class="docutils literal">64</code><br/><p>entity signature size </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">signature</code></div> | ||
| <div><a href="#signature" title="">Signature</a></div> | ||
| <div class="description"><p>entity signature </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">fee</code></div> | ||
| <div><a href="#amount" title="">Amount</a></div> | ||
| <div class="description"><p>transaction fee </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">deadline</code></div> | ||
| <div><a href="#timestamp" title="">Timestamp</a></div> | ||
| <div class="description"><p>transaction deadline </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">TRANSACTION_VERSION</code></div> | ||
| <div>byte[1]</div> | ||
| <div class="description"><b>const</b> <code class="docutils literal">1</code><br/></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">TRANSACTION_TYPE</code></div> | ||
| <div><a href="#transactiontype" title="enumeration of transaction types">TransactionType</a></div> | ||
| <div class="description"><b>const</b> <code class="docutils literal">ACCOUNT_KEY_LINK</code> (<code class="docutils literal">0x801</code>)<br/></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">link_action</code></div> | ||
| <div><a href="#linkaction" title="enumeration of link actions">LinkAction</a></div> | ||
| <div class="description"><p>link action </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">remote_public_key_size</code></div> | ||
| <div>byte[4]</div> | ||
| <div class="description"><b>reserved</b> <code class="docutils literal">32</code><br/><p>remote account public key size </p></div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div> </div> | ||
| <div><code class="docutils literal">remote_public_key</code></div> | ||
| <div><a href="#publickey" title="">PublicKey</a></div> | ||
| <div class="description"><p>public key of remote account to which importance should be transferred </p></div> | ||
| </div> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.