interface Distribute {
    amount: bigint;
    operator: string;
    pool_address: string;
    recipient: string;
}

Properties

amount: bigint
operator: string
pool_address: string
recipient: string