ICPAccount constructor

ICPAccount({
  1. CurveType curveType = CurveType.ed25519,
})

Implementation

ICPAccount({this.curveType = CurveType.ed25519});