@cfxlabsinc/b2b-services
    Preparing search index...

    What a deploy of executableBytes sends and spends.

    interface ProgramDeployCost {
        bufferRentLamports: number;
        writes: number;
    }
    Index
    bufferRentLamports: number

    The buffer's rent, returned to the payer when the run closes it. Held for the length of the deploy either way, so it is money the payer must have rather than money it will lose.

    writes: number

    Write transactions, the same count the run page counts down.