planetarium / libplanet-explorer

Libplanet Explorer now belongs to the Libplanet monorepo. This repository remains read-only as historical archive.
https://github.com/planetarium/libplanet/tree/main/Libplanet.Explorer
10 stars 20 forks source link

Fix ByteStringType.Serialize #169

Closed ipdae closed 3 years ago

ipdae commented 3 years ago
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

ipdae commented 3 years ago

@moreal https://github.com/planetarium/9c-launcher/issues/572 is InvalidOperaionException was thrown when input privateKey. not revokeKprivateKey. and ByteStringType used in useValidatePrivateKey.

export const ValidatePrivateKeyDocument = gql`
    query ValidatePrivateKey($privateKey: ByteString!) {
  validation {
    privateKey(hex: $privateKey)
  }
}
    `;