import { SignFn } from '../types'; /** * This sign function signs by directly calling the method at the RPC endpoint, * without any user interaction. It requires the user to provide an access token * with `sign` scope, e.g. a client secret issued from the Bitski developer * portal. */ export default function createRpcSigner(): SignFn;