1.0.4 • Published 11 months ago

@terra-rebels/msg-reader v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@terra-rebels/msg-reader

Convert common terra.js msg to a sentence

Installation

npm i @terra-rebels/msg-reader

Example codes

import { Coins, Coin, MsgSend } from "@terra-rebels/terra.js"
import { readMsg } from "@terra-rebels/msg-reader"

const coins = new Coins([new Coin("uluna", 1000000), new Coin("ukrw", 1000000)])

const address = "terra1x46rqay4d3cssq8gxxvqz8xt6nwlz4td20k38v"
const recipient = "terra17lmam6zguazs5q5u6z5mmx76uj63gldnse2pdp"

const msg = new MsgSend(address, recipient, [coin])

console.log(readMsg(msg))
// Send 1 Luna to terra17lmam6zguazs5q5u6z5mmx76uj63gldnse2pdp
1.0.2

11 months ago

1.0.1

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.0

1 year ago

0.0.1

2 years ago