Coda by Ian Macalinao
    Preparing search index...

    On-chain header at the start of a RuleSet PDA, locating its revision map.

    type RuleSetHeader = {
        key: Key;
        revMapVersionLocation: bigint;
    }
    Index

    Properties

    key: Key

    Account discriminator (always RuleSet).

    revMapVersionLocation: bigint

    Byte offset of the revision map within the PDA.