mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Tickets support (#110)
* feat(tickets): add TicketCount definition * feat(tickets): add TicketSequence definition * fix(tests): unit tests
This commit is contained in:
1
packages/ripple-binary-codec/test/fixtures/ticket-create-binary.json
vendored
Normal file
1
packages/ripple-binary-codec/test/fixtures/ticket-create-binary.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"12000A240000000E2029000000016840000000000027108114D5024F157225CA9F8F4C73094D61A8FDD746E0DB"
|
||||
7
packages/ripple-binary-codec/test/fixtures/ticket-create-tx.json
vendored
Normal file
7
packages/ripple-binary-codec/test/fixtures/ticket-create-tx.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"TransactionType": "TicketCreate",
|
||||
"TicketCount": 1,
|
||||
"Account": "rLRH6HciuPv5rQBNFBYH1iPPAuVFERtNXZ",
|
||||
"Sequence": 14,
|
||||
"Fee": "10000"
|
||||
}
|
||||
Reference in New Issue
Block a user