We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The Confirmation Validator Config Response is wrong
To Reproduce Steps to reproduce the behavior: https://github.com/thenewboston-developers/thenewboston-js/blob/master/src/models/responses/confirmation-validator/config.ts
Expected behavior
export interface PrimaryValidatorConfigResponse { primary_validator: { account_number: Hex; ip_address: Origin; node_identifier: Hex; port: Port | null; protocol: Protocol; version: Version; default_transaction_fee: number; root_account_file: Url; root_account_file_hash: Hex; seed_block_identifier: Hex; daily_confirmation_rate: number | null; trust: Trust; }; account_number: Hex; ip_address: Origin; node_identifier: Hex; port: Port | null; protocol: Protocol; version: Version; default_transaction_fee: number; root_account_file: Url; root_account_file_hash: Hex; seed_block_identifier: Hex; daily_confirmation_rate: number; node_type: NodeType; }
** Pull Requests ** All Pull Request should be made against development branch read contributors guide for more information about contributing
The text was updated successfully, but these errors were encountered:
tomijaga
Successfully merging a pull request may close this issue.
Describe the bug
The Confirmation Validator Config Response is wrong
To Reproduce
Steps to reproduce the behavior:
https://github.com/thenewboston-developers/thenewboston-js/blob/master/src/models/responses/confirmation-validator/config.ts
Expected behavior
** Pull Requests **
All Pull Request should be made against development branch read contributors guide for more information about contributing
The text was updated successfully, but these errors were encountered: