UNPKG
nem-libray
Version:
latest (2.0.0-RC4)
2.0.0-RC4
Reactive Library for NEM
github.com/aleixmorgadas/nem-library-ts
aleixmorgadas/nem-library-ts
nem-libray
/
dist
/
src
/
infrastructure
/
account
/
AccountInfoDTO.d.ts
11 lines
(10 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
MultisigInfoDTO
{
/** * The number of cosignatories. */
readonly
cosignatoriesCount
:
number
|
undefined
;
/** * The number of minCosignatories. */
readonly
minCosignatories
:
number
|
undefined
; }