Helius SDK - v2.2.2
    Preparing search index...

    Type Alias GetAssetProofRequest

    Request parameters for getAssetProof — get the Merkle proof for a compressed asset.

    type GetAssetProofRequest = {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier (mint address) of the compressed Solana NFT to retrieve the Merkle proof for.