INPUT_OBJECT

SendPaymentInput

link GraphQL Schema definition

  • input SendPaymentInput {
  • # Desired nonce for sending a payment
  • nonce: UInt32
  • # Short arbitrary message provided by the sender
  • memo: String
  • # The global slot number after which this transaction cannot be applied.
  • valid_until: UInt32
  • # Fee amount in order to send payment
  • fee: UInt64!
  • # Amount of coda to send to to receiver
  • amount: UInt64!
  • # Public key of sender of payment
  • to: PublicKey!
  • # Public key of recipient of payment
  • from: PublicKey!
  • }

link Require by