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

Implemented by

Methods

Generated using TypeDoc