Usage & Examples
Schemas
Querying Schemas
async function querySchemaList(query: {
id?: string;
registrant?: string;
mode?: "offchain" | "onchain";
page: number;
size?: number;
}): Promise<
PageInfo & {
rows: SchemaInfo[];
}
>;Parameters
Name
Type / Value
Description
Example
Getting a Schema By ID
Parameters
Name
Type
Description
Example
Attestations
Querying Attestations
Parameters
Name
Type / Value
Description
Example
Getting an Attestation By ID
Parameters
Name
Type
Description
Example
Utils
Decoding Attestation Data
Parameters
Name
Type / Value
Description
Example
Last updated
Was this helpful?
