This template uses TypeScript.
npm run buildnpm run test
npm run testw # watch modenpm run coveragenpm run prepare
npm run buildnpm 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