OBJECT

LockPayload

link GraphQL Schema definition

  • type LockPayload {
  • # Public key of the locked account
  • publicKey: PublicKey!
  • # Details of locked account
  • account: Account!
  • }

link Require by