OBJECT

AddAccountPayload

link GraphQL Schema definition

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

link Require by