PARTNERS_SCHEMA: {
    array: {
        type: {
            struct: {
                partner_fee: string;
                pubkey: { array: { len: number; type: string } };
                strm_fee: string;
            };
        };
    };
} = ...

Type declaration

  • array: {
        type: {
            struct: {
                partner_fee: string;
                pubkey: { array: { len: number; type: string } };
                strm_fee: string;
            };
        };
    }