APISig type
Create an API signature for use in authenticated systems. Generate with createAPISig().
Signature:
export declare type APISig = {
sig: string;
msg: string;
};
Example
Import
import {APISig} from '@textile/hub';
Create an API signature for use in authenticated systems. Generate with createAPISig().
Signature:
export declare type APISig = {
sig: string;
msg: string;
};
Import
import {APISig} from '@textile/hub';