OBJECT
BinanceTransaction
link GraphQL Schema definition
- type BinanceTransaction {
- # Stringified JSON transaction object - where fields are in the sorted order for
- # binance signing. The client should validate the items, then buffer encode to
- # hex, hash 256 and sign it with the private key
- String! :
- # Integer string fee value in JAGER (1 BNB -> 100_000_000 JAGER)
- String! :
- }