ProfileMetadata: {
    $schema: LATEST;
    lens: ProfileMetadataDetails;
    signature?: Signature;
}

Use this to create Profile metadata objects.

Type declaration

  • $schema: LATEST

    The schema id.

  • lens: ProfileMetadataDetails

    The metadata details.

  • Optional Experimental signature?: Signature

    A cryptographic signature of the lens data.

    DO NOT use yet