1.1.27 • Published 3 years ago
@gotabit/messages v1.1.27
Messages
Message generator for Gotabit.
Install
npm install
npm i @gotabit/messagesyarn install
yarn add @gotabit/messagesCreate a MsgSend message
import { createMsgSend } from '@gotabit/messages'
const account = 'gio1tseh0grt8j8klrdunpudflvy9lfn3rl50zdpu8'
const toAddress = 'gio1qdgzfy4vta5p43l4urdtmawka3qv2ldh4h0jay'
const msgSend = createMsgSend(account, toAddress, '3', 'ugtb')Create a MsgGrant message
import { createMsgGrantBasicAllowance, createMsgSend } from '@gotabit/messages'
const account = 'gio1tseh0grt8j8klrdunpudflvy9lfn3rl50zdpu8'
const toAddress = 'gio1qdgzfy4vta5p43l4urdtmawka3qv2ldh4h0jay'
const msgGrant = createMsgGrantBasicAllowance(account, toAddress, [
{
amount: '3',
denom: 'ugtb',
},
])1.1.27
3 years ago
1.1.1
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.12
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.16
4 years ago
1.1.15
4 years ago
1.1.14
4 years ago
1.1.13
4 years ago
1.1.19
4 years ago
1.1.18
4 years ago
1.1.17
4 years ago
1.1.20
4 years ago
1.1.0
4 years ago
0.1.0
4 years ago
0.2.8
4 years ago
0.2.7
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago