Closed murugancmi closed 7 years ago
When i try to register i am getting endpoint.createAccont is not a function bellow is my code sample
const endpoint = new Endpoint();
const state = await endpoint.start(); let account = await endpoint.createAccount(configuration);
the same with me [TypeError: endpoint.createAccont is not a function. (In 'endpoint.createAccont()', 'endpoint.createAccont' is undefined)] Can you help me? @murugancmi
When i try to register i am getting endpoint.createAccont is not a function bellow is my code sample
const state = await endpoint.start(); let account = await endpoint.createAccount(configuration);