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

Type declaration

Generated using TypeDoc