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
  • transactionJson: String!
  • # Integer string fee value in JAGER (1 BNB -> 100_000_000 JAGER)
  • fee: String!
  • }

link Require by