0.1.1 • Published 4 years ago
@cosmonauts/osmosis v0.1.1
Osmosis Protobufs 🔭
Typescript Protobuf Messages for Osmosis
usage
npm install @cosmonauts/osmosisExample
import { coin } from '@cosmjs/amino';
import { MsgJoinPool } from '@cosmonauts/osmosis/main/proto/osmosis/gamm/v1beta1/tx';
const msg = MsgJoinPool.fromPartial({
  poolId: '606',
  sender: 'osmo1f4vxvvvvvvvvvv3luuddddddddddcccccccccc',
  shareOutAmount: '101010101',
  tokenInMaxs: [
    coin(
      10248,
      'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2'
    ),
    coin(
      64837969,
      'ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228'
    )
  ]
});API
Current exports the following messages:
- MsgExitPool
- MsgExitPoolResponse
- MsgExitSwapExternAmountOut
- MsgExitSwapExternAmountOutResponse
- MsgExitSwapShareAmountIn
- MsgExitSwapShareAmountInResponse
- MsgJoinPool
- MsgJoinPoolResponse
- MsgJoinSwapExternAmountIn
- MsgJoinSwapExternAmountInResponse
- MsgJoinSwapShareAmountOut
- MsgJoinSwapShareAmountOutResponse
- MsgSwapExactAmountIn
- MsgSwapExactAmountInResponse
- MsgSwapExactAmountOut
- MsgSwapExactAmountOutResponse
- SwapAmountInRoute
- SwapAmountOutRoute
0.1.1
4 years ago
0.1.0
4 years ago
0.0.42
4 years ago
0.0.41
4 years ago
0.0.40
4 years ago
0.0.39
4 years ago
0.0.38
4 years ago
0.0.37
4 years ago
0.0.36
4 years ago
0.0.35
4 years ago
0.0.34
4 years ago
0.0.33
4 years ago
0.0.32
4 years ago
0.0.31
4 years ago
0.0.30
4 years ago
0.0.29
4 years ago
0.0.28
4 years ago
0.0.27
4 years ago
0.0.26
4 years ago
0.0.25
4 years ago
0.0.24
4 years ago
0.0.23
4 years ago
0.0.22
4 years ago
0.0.21
4 years ago
0.0.20
4 years ago
0.0.19
4 years ago
0.0.18
4 years ago
0.0.17
4 years ago
0.0.16
4 years ago
0.0.15
4 years ago
0.0.14
4 years ago
0.0.13
4 years ago
0.0.12
4 years ago