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