interface Msg {
    toAmino(utils): Promise<Tx.AminoMsg>;
    toProto(utils): Promise<Tx.ProtoMsg>;
}

Implemented by

Methods

Generated using TypeDoc