Merge branch 'remove-default-aminotypes' of github.com:cosmos/cosmjs into remove-default-aminotypes

This commit is contained in:
Milan Steiner 2022-03-10 11:37:28 +01:00
commit 4eab4611dc
5 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,7 @@ describe("AminoTypes", () => {
expect(aminoMsg).toEqual(expected);
});
});
describe("fromAmino", () => {
it("works for MsgSend", () => {
const aminoMsg: AminoMsgSend = {

View File

@ -96,6 +96,7 @@ describe("AminoTypes", () => {
expect(aminoMsg).toEqual(expected);
});
});
describe("fromAmino", () => {
// TODO: MsgFundCommunityPool
// TODO: MsgSetWithdrawAddress

View File

@ -91,6 +91,7 @@ describe("AminoTypes", () => {
expect(aminoMsg).toEqual(expected);
});
});
describe("fromAmino", () => {
it("works for MsgDeposit", () => {
const aminoMsg: AminoMsgDeposit = {

View File

@ -109,6 +109,7 @@ describe("AminoTypes", () => {
expect(aminoMsg).toEqual(expected);
});
});
describe("fromAmino", () => {
it("works for MsgTransfer", () => {
const aminoMsg: AminoMsgTransfer = {

View File

@ -182,6 +182,7 @@ describe("AminoTypes", () => {
expect(aminoMsg).toEqual(expected);
});
});
describe("fromAmino", () => {
it("works for MsgBeginRedelegate", () => {
const aminoMsg: AminoMsgBeginRedelegate = {