CompressionProofArgs: {
    name: string;
    owner: PublicKey;
    plugins: HashablePluginSchemaArgs[];
    seq: number | bigint;
    updateAuthority: UpdateAuthorityArgs;
    uri: string;
}

Type declaration

Generated using TypeDoc