UNPKG

raiden-ts

Version:

Raiden Light Client Typescript/Javascript SDK

8 lines 219 B
import * as t from 'io-ts'; export const RaidenMatrixSetup = t.readonly(t.type({ userId: t.string, accessToken: t.string, deviceId: t.string, displayName: t.string, })); //# sourceMappingURL=state.js.map