NEM logo
  • Getting Started
  • Features
  • Guides
  • Tools
  • Help
Navigation
    • Getting Started
    • Guides
    • Concepts
    • References
      • Tools
      • Server
      • REST Gateway
      • SDK
      • CLI
      • Wallets
      • Compatibility Matrix
      • Transaction serialization
        • Account Link Schemas
        • Hash Lock Schemas
        • Core System Schemas
        • Entity Schemas
        • Lock Hash Schemas
        • Lock Secret Schemas
        • Metadata Schemas
        • Mosaic Schemas
        • Multisig Schemas
        • Namespace Schemas
        • Receipts Schemas
        • Resolution Statement Schemas
        • Restriction Account Schemas
        • Restriction Mosaic Schemas
        • Transaction Schemas
        • Transfer Schemas
    • Contributing

Navigation


  • Getting Started
  • Guides
  • Concepts
  • References
    • Tools
    • Server
    • REST Gateway
    • SDK
    • CLI
    • Wallets
    • Compatibility Matrix
    • Transaction serialization
      • Account Link Schemas
      • Hash Lock Schemas
      • Core System Schemas
      • Entity Schemas
      • Lock Hash Schemas
      • Lock Secret Schemas
      • Metadata Schemas
      • Mosaic Schemas
      • Multisig Schemas
      • Namespace Schemas
      • Receipts Schemas
      • Resolution Statement Schemas
      • Restriction Account Schemas
      • Restriction Mosaic Schemas
      • Transaction Schemas
      • Transfer Schemas
  • Contributing

Version: 0.22.2

Account Link Schemas¶

Note

The catbuffer schemas repository defines how each transaction type should be serialized. In combination with the catbuffer-generators project, developers can generate builder classes for a given set of programming languages.

Account Key Link¶

AccountKeyLinkTransaction¶

This transaction is required for all accounts wanting to activate delegated harvesting.

Announce an AccountKeyLinkTransaction to delegate the account importance score to a proxy account.

Version: 0x01

EntityType: 0x414C

Inlines:

  • Transaction or EmbeddedTransaction
Property Type Description
linkedPublicKey Key Linked public key.
linkAction LinkAction Account link action.

LinkAction¶

Enumeration: uint8

Id Description
0x00 Unlink account.
0x01 Link account.

Node Key Link¶

NodeKeyLinkTransaction¶

This transaction is required for all accounts willing to activate delegated harvesting.

Announce a NodeKeyLinkTransaction to link an account with a public key used by TLS to create sessions.

Version: 0x01

EntityType: 0x424C

Inlines:

  • Transaction or EmbeddedTransaction
Property Type Description
linkedPublicKey Key Linked public key.
linkAction LinkAction Account link action.

Did you find what you were looking for? Give us your feedback.

Improve this page
On this page
  • Account Link Schemas
    • Account Key Link
      • AccountKeyLinkTransaction
      • LinkAction
    • Node Key Link
      • NodeKeyLinkTransaction