INPUT_OBJECT

UnlockInput

link GraphQL Schema definition

  • input UnlockInput {
  • # Public key specifying which account to unlock
  • publicKey: PublicKey!
  • # Password for the account to be unlocked
  • password: String!
  • }

link Require by