npm.io
1.30.24 • Published 1 month ago

@ocap/message

Licence
Apache-2.0
Version
1.30.24
Deps
6
Size
237 kB
Vulns
0
Weekly
0

forge-message

docs Gitter

Utility function to encode and format message that can be sent to or received from forge framework.

Table of Contents

Install

npm i @ocap/message
// OR
bun install @ocap/message

Usage

const { createMessage, formatMessage } = require('@ocap/message');

const message = createMessage('Transaction', {
  from: '',
  nonce: 0,
  signature: 'abc',
  itx: {
    type: 'TransferTx',
    value: {
      to: '2019-04-25',
    },
  },
});

const buffer = message.serializeBinary();
// Then: send the buffer over the wire

Documentation

For full documentation, checkout https://asset-chain.netlify.com

Contributors

Name Website
wangshijun https://github.com/wangshijun

Keywords