Type alias Ucan

Ucan: {
    header: UcanHeader;
    payload: UcanPayload;
    signature: string | null;
}

Type declaration

Generated using TypeDoc