AllowedMsgAllowance: {
    decode(input: Uint8Array | Reader, length?: number): AllowedMsgAllowance;
    encode(message: AllowedMsgAllowance, writer?: Writer): Writer;
    fromJSON(object: any): AllowedMsgAllowance;
    fromPartial<I>(object: I): AllowedMsgAllowance;
    toJSON(message: AllowedMsgAllowance): unknown;
}

Type declaration

Generated using TypeDoc