Sign DataItem
Wander Injected API signDataItem() function
Argument
Type
Description
Data item
export interface DataItem {
data: string | Uint8Array;
target?: string;
anchor?: string;
tags?: {
name: string;
value: string;
}[];
}Example usage
Last updated
Was this helpful?