Dorian 0d073fa89e Add comprehensive installation and setup documentation
- Add GETTING_STARTED.md with quick start guide and development modes
- Add INSTALL.sh automated installation script
- Add INSTALLATION_CHECKLIST.md, INSTALLATION_SUCCESS.md, and INSTALLATION_SUMMARY.md
- Add QUICK_REFERENCE.md for common commands
- Add SETUP_GUIDE.md with detailed setup instructions
- Update README.md with improved project overview
- Add did-wallet app dependencies and node_modules
2026-01-27 17:18:21 +00:00

37 lines
819 B
JavaScript

export default [{
code: 0x00,
size: 32,
hex: '0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33',
message: 'Incorrect length'
}, {
code: 0x11,
size: 21,
hex: '0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33',
message: 'Incorrect length'
}, {
code: 0x11,
size: 20,
hex: '0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a',
message: 'Incorrect length'
}, {
code: 0x11,
size: 20,
hex: '',
message: 'Could not decode varint'
}, {
code: 0x31,
size: 20,
hex: '0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33',
message: 'Incorrect length'
}, {
code: 0x12,
size: 32,
hex: '2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7',
message: 'Incorrect length'
}, {
code: 0x12,
size: 32,
hex: '1220ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad0000',
message: 'Incorrect length'
}]