ts-sdk icon indicating copy to clipboard operation
ts-sdk copied to clipboard

feat: exception handling - parse tx response payloads with more descriptive type hints

Open Unique-Divine opened this issue 2 years ago • 0 comments

Exception Handling

Common examples:

  • [ ] "incorrect account sequence" | Account sequence mismatch errors | Example here: https://github.com/cosmos/cosmos-sdk/issues/11597

  • [ ] "insufficient funds"

  • [ ] "out of gas"

  • [ ] "insufficient fees"

  • Ref: https://github.com/cosmos/cosmos-sdk/blob/main/types/errors/errors.go

Unique-Divine avatar Dec 02 '22 01:12 Unique-Divine