OBJECT

UnlockPayload

link GraphQL Schema definition

  • type UnlockPayload {
  • # Public key of the unlocked account
  • publicKey: PublicKey! @deprecated( reason: "use account field instead" )
  • # Details of unlocked account
  • account: Account!
  • }

link Require by