Structs§
Enums§
Functions§
- execute_
tests - Executes the list of tests concurrently and prints results using the TAP protocol (https://testanything.org/).
- icrc1_
test_ bad_ fee - Checks the ICRC-2 transfer from endpoint for correct handling of the insufficient bad fee error.
- icrc1_
test_ burn - Checks whether the ledger supports token burns. Skips the checks if the ledger does not have a minting account.
- icrc1_
test_ future_ transfer - Checks the ICRC-2 transfer from endpoint for correct handling of the future transfer error.
- icrc1_
test_ memo_ bytes_ length - Checks the ICRC-2 transfer from endpoint for correct handling of the length of the memo.
- icrc1_
test_ metadata - Checks whether the ledger metadata entries agree with named methods.
- icrc1_
test_ suite - Returns the entire list of icrc1 tests.
- icrc1_
test_ supported_ standards - Checks whether the ledger advertizes support for ICRC-1 standard.
- icrc1_
test_ transfer - Checks whether the ledger supports token transfers and handles default sub accounts correctly.
- icrc1_
test_ tx_ deduplication - Checks whether the ledger applies deduplication of transactions correctly
- icrc2_
test_ approve - Checks basic functionality of the ICRC-2 approve endpoint.
- icrc2_
test_ approve_ expected_ allowance - Checks the ICRC-2 approve endpoint for correct handling of the expected allowance functionality.
- icrc2_
test_ approve_ expiration - Checks the ICRC-2 approve endpoint for correct handling of the expiration functionality.
- icrc2_
test_ suite - Returns the entire list of icrc2 tests.
- icrc2_
test_ supported_ standards - Checks whether the ledger advertizes support for ICRC-2 standard.
- icrc2_
test_ transfer_ from - Checks the basic functionality of the ICRC-2 transfer from endpoint.
- icrc2_
test_ transfer_ from_ insufficient_ allowance - Checks the ICRC-2 transfer from endpoint for correct handling of the insufficient allowance error.
- icrc2_
test_ transfer_ from_ insufficient_ funds - Checks the ICRC-2 transfer from endpoint for correct handling of the insufficient funds error.
- icrc2_
test_ transfer_ from_ self - Checks the ICRC-2 transfer from endpoint for correct handling of self transfers.
- test
- test_
suite