INPUT_OBJECT

SendDelegationInput

link GraphQL Schema definition

  • input SendDelegationInput {
  • # Desired nonce for delegating state
  • 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 a stake delegation
  • fee: UInt64!
  • # Public key of sender of a stake delegation
  • to: PublicKey!
  • # Public key of recipient of a stake delegation
  • from: PublicKey!
  • }

link Require by