INPUT_OBJECT
SendDelegationInput
link GraphQL Schema definition
- input SendDelegationInput {
- # Desired nonce for delegating state
- 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 a stake delegation
- UInt64! :
- # Public key of sender of a stake delegation
- PublicKey! :
- # Public key of recipient of a stake delegation
- PublicKey! :
- }