Polkadot Apps
    Preparing search index...

    Interface RingLocation

    Location of a Ring VRF ring on-chain.

    Matches the product-sdk's RingLocation codec shape.

    interface RingLocation {
        genesisHash: string;
        hints?: { palletInstance?: number };
        ringRootHash: string;
    }
    Index

    Properties

    genesisHash: string
    hints?: { palletInstance?: number }
    ringRootHash: string