feat: initial debug endpoint support for sending multisig transactions

This commit is contained in:
Matthew Little
2020-08-20 09:28:29 -06:00
parent a4661486af
commit d12ba53fb0
6 changed files with 923 additions and 131 deletions

View File

@@ -11,7 +11,7 @@
"allowSyntheticDefaultImports": false,
"resolveJsonModule": true,
"baseUrl": ".",
"skipLibCheck": false,
"skipLibCheck": true,
"paths": {
"*": ["src/@types/*"]
}