Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Interface GetVestingAccelerationAsOcfResult

    interface GetVestingAccelerationAsOcfResult {
        contractId: string;
        vestingAcceleration: OcfVestingAcceleration & {
            object_type: "TX_VESTING_ACCELERATION";
        };
    }
    Index

    Properties

    contractId: string
    vestingAcceleration: OcfVestingAcceleration & {
        object_type: "TX_VESTING_ACCELERATION";
    }