Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/mutations/account/addKeysWithWallets"

Index

Variables

Const ADD_KEYS_WITH_WALLETS_MUTATION

ADD_KEYS_WITH_WALLETS_MUTATION: any = gql`mutation addKeysWithWallets($encryptedSecretKey: String!$encryptedSecretKeyNonce: String!$encryptedSecretKeyTag: String!$signaturePublicKey: Base16!$wallets: [WalletInput!]!) {addKeysWithWallets(encryptedSecretKey: $encryptedSecretKeyencryptedSecretKeyNonce: $encryptedSecretKeyNonceencryptedSecretKeyTag: $encryptedSecretKeyTagsignaturePublicKey: $signaturePublicKeywallets: $wallets) {creatingAccountemailencryptedSecretKeyencryptedSecretKeyTagencryptedSecretKeyNonceidloginErrorCounttwoFactortwoFactorErrorCountverifiedwallets {addressblockchainchainIndexpublicKey}}}`

Generated using TypeDoc