Skip to content

Instantly share code, notes, and snippets.

@rafialhamd
Created January 12, 2019 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafialhamd/e326713114d2433339b581fe422646ec to your computer and use it in GitHub Desktop.
Save rafialhamd/e326713114d2433339b581fe422646ec to your computer and use it in GitHub Desktop.
14:22:52.865 [main] INFO com.hedera.sdk.node.HederaNode - RUNNING QUERY TO NODE
14:22:53.086 [main] INFO com.hedera.sdk.node.HederaNode - cryptogetAccountBalance {
header {
payment {
body {
transactionID {
transactionValidStart {
seconds: 1547283162
nanos: 741032000
}
accountID {
accountNum: 1001
}
}
nodeAccountID {
accountNum: 3
}
transactionFee: 100000
transactionValidDuration {
seconds: 120
}
memo: "Demo memo"
cryptoTransfer {
transfers {
accountAmounts {
accountID {
accountNum: 1001
}
amount: -100000
}
accountAmounts {
accountID {
accountNum: 3
}
amount: 100000
}
}
}
}
sigs {
sigs {
ed25519: "..."
}
sigs {
ed25519: "..."
}
}
}
}
accountID {
accountNum: 1001
}
}
14:22:54.881 [main] INFO com.hedera.sdk.node.HederaNode - --->QUERY RESPONSE
14:22:54.931 [main] INFO com.hedera.sdk.node.HederaNode - cryptogetAccountBalance {
header {
cost: 100000
}
accountID {
accountNum: 1001
}
balance: 100498205000
}
14:22:54.933 [main] INFO c.h.test.account.HederaAccountTest - TEST RESULTS......
14:22:54.941 [main] INFO c.h.test.account.HederaAccountTest - getBalance(0, 0, 1001) = 100498205000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment