-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4175 from BitGo/hbar-start-time
fix(sdk-coin-hbar): hbar transaction valid duration
- Loading branch information
Showing
5 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export const rawTransactionForExplain = | ||
'{"txHex":"224a0a140a0c0888cb98fb0510d2a8d3b20212041895d2021202180418d7e9462202087872260a240a100a08080010001895d20210ffd78ab2100a100a08080010001893d2021080d88ab210","txInfo":{"id":"[email protected]","hash":"987d0a89b58fbcc988f2cf00bcac1c0126db0ef4a8634dcc42fa3b38a2c9092e73c57b794938d82e75feb6d04f8d4f33","data":"0a140a0c0888cb98fb0510d2a8d3b20212041895d2021202180418d7e9462202087872260a240a100a08080010001895d20210ffd78ab2100a100a08080010001893d2021080d88ab210","fee":1160407,"from":"0.0.43285","startTime":"1600529800.643093586","validDuration":"120","node":"0.0.4","memo":"","amount":"2200000000","to":"0.0.43283"},"feeInfo":{"size":1000,"fee":1160407,"feeRate":1160407},"recipients":[{"amount":"2200000000","address":"0.0.43283","recipientLabel":null,"memo":{"type":"id","value":"1"}}],"walletId":"5f64df896fe0d400126128ca1e0942ea","walletContractAddress":"0.0.43285","amount":"2200000000","address":"0.0.43283","receivedCoin":{"name":"thbar","svg":"hbar","family":"hbar","modifier":100000000,"modifierExp":8,"fullDisplay":"Testnet Hedera HBAR","shortDisplay":"THBAR","hasMarketData":true,"hasTokens":false},"coin":"thbar","memo":{"type":"id","value":"1"}}'; | ||
export const UNSIGNED_TOKEN_TRANSFER = | ||
'22580a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc0322020878722912270a090800100018d3fa8a01120c0a080800100018a8fb041013120c0a080800100018d5d0041014'; | ||
'22590a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc03220308b401722912270a090800100018d3fa8a01120c0a080800100018a8fb041013120c0a080800100018d5d0041014'; | ||
export const UNSIGNED_MULTI_TRANSFER = | ||
'225b0a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc0322020878722c0a2a0a0c0a080800100018a8fb0410310a0c0a080800100018d5d00410140a0c0a080800100018f3e804101e'; | ||
'225c0a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc03220308b401722c0a2a0a0c0a080800100018a8fb0410310a0c0a080800100018d5d00410140a0c0a080800100018f3e804101e'; | ||
export const UNSIGNED_TOKEN_MULTI_TRANSFER = | ||
'22660a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc0322020878723712350a090800100018d3fa8a01120c0a080800100018a8fb041031120c0a080800100018d5d0041014120c0a080800100018f3e804101e'; | ||
'22670a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc03220308b401723712350a090800100018d3fa8a01120c0a080800100018a8fb041031120c0a080800100018d5d0041014120c0a080800100018f3e804101e'; | ||
export const UNSIGNED_TOKEN_ASSOCIATE = | ||
'22450a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc0322020878c202150a080800100018a8fb0412090800100018d3fa8a01'; | ||
'22460a180a0c089ded8af90510aac5d8b10112080800100018a8fb0412070800100018a912188094ebdc03220308b401c202150a080800100018a8fb0412090800100018d3fa8a01'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.