AssetWithProof: {
    creatorHash: Uint8Array;
    dataHash: Uint8Array;
    index: number;
    leafDelegate: PublicKey;
    leafOwner: PublicKey;
    merkleTree: PublicKey;
    metadata: MetadataArgs;
    nonce: number;
    proof: PublicKey[];
    root: Uint8Array;
    rpcAsset: DasApiAsset;
    rpcAssetProof: GetAssetProofRpcResponse;
}

Type declaration

Generated using TypeDoc