.devcontainer/Dockerfile | |
|
|
.devcontainer/devcontainer.json | |
|
|
.editorconfig | |
|
|
.gitattributes | |
|
|
.github/FUNDING.yml | |
|
|
.github/workflows/release-please.yml | |
|
|
.github/workflows/static.yml | |
|
|
.github/workflows/tests.yml | |
|
|
.gitignore | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
src/Client.php | 174 | A 0 mins | A 96% |
src/Enums/ErrorCodeEnum.php | 21 | A 0 mins | F 0% |
src/Enums/PostedStatusEnum.php | 7 | A 0 mins | F 0% |
src/Enums/StatusCodeEnum.php | 9 | A 0 mins | F 0% |
src/Interfaces/ConfigInterface.php | 8 | A 0 mins | F 0% |
src/Interfaces/TransactionInterface.php | 13 | A 0 mins | F 0% |
src/Models/FetchAuthTokenResponse.php | 14 | A 0 mins | F 0% |
src/Models/FetchBalanceResponse.php | 11 | A 0 mins | F 0% |
src/Models/FetchDomesticAccountResponse.php | 11 | A 0 mins | F 0% |
src/Models/FetchDomesticTransactionResponse.php | 29 | A 0 mins | A 100% |
src/Models/FetchTransactionResponse.php | 23 | A 0 mins | A 100% |
src/Models/SendTransactionResponse.php | 23 | A 0 mins | A 100% |