This template uses TypeScript.
npm run build
npm run test
npm run testw # watch mode
npm run coverage
npm run prepare
npm run build
npm link /path/to/octa-types/directory
or
npm install /path/to/octa-types/directory
Simply
import {
AccountStatement,
AccountStatementSigned,
RequiredProofs,
Transaction,
TransactionalProof,
TransactionType,
RequiredProof,
RequiredProofType,
} from 'octa-types';
// awesome code here