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

    Type Alias DeploySolanaProgramResult

    Terminal result. A failed deploy fails the workflow; this is the happy path.

    type DeploySolanaProgramResult = {
        deployedHash: string;
        reclaimedLamports: string;
        upgradeSignature: string;
    }
    Index
    deployedHash: string
    reclaimedLamports: string
    upgradeSignature: string