Coda by Ian Macalinao
    Preparing search index...

    Type Alias SetDecompressableStateInstructionData

    type SetDecompressableStateInstructionData = {
        decompressableState: DecompressibleState;
        discriminator: ReadonlyUint8Array;
    }
    Index

    Properties

    decompressableState: DecompressibleState

    The new decompressible state to set on the tree: Enabled allows redeem/decompressV1, Disabled blocks them.

    discriminator: ReadonlyUint8Array