CompressionProof: {
    name: string;
    owner: PublicKey;
    plugins: HashablePluginSchema[];
    seq: bigint;
    updateAuthority: UpdateAuthority;
    uri: string;
}

Type declaration

Generated using TypeDoc