interface RemoteSignerOptions {
    headers?: {
        [key: string]: string;
    };
}

Properties

Properties

headers?: {
    [key: string]: string;
}