uport-connect icon indicating copy to clipboard operation
uport-connect copied to clipboard

SimpeSigner: TypeError: Object(...) is not a function

Open vinybnb opened this issue 4 years ago • 0 comments

import { Connect, SimpleSigner } from 'uport-connect';
const uport = new Connect('MyApp', {
      network: "mainnet",
      clientId: '',
      signer: SimpleSigner('')
})

What's wrong with my code?

vinybnb avatar Apr 16 '20 02:04 vinybnb