Compare commits
No commits in common. "5b08026102fec064513362c72ba6cd05faf56df5" and "749472e515794d94e2db40ec2caec0b57c9df3fd" have entirely different histories.
5b08026102
...
749472e515
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ instance ToBytes Seed where
|
|||
-- | A mnemonic phrase used to derive seeds
|
||||
newtype Phrase =
|
||||
Phrase BS.ByteString
|
||||
deriving stock (Eq, Prelude.Show, GHC.Generic, Read)
|
||||
deriving stock (Eq, Prelude.Show, GHC.Generic)
|
||||
deriving anyclass (SOP.Generic, SOP.HasDatatypeInfo)
|
||||
deriving anyclass (Data.Structured.Show)
|
||||
deriving (BorshSize, ToBorsh, FromBorsh) via AsStruct Phrase
|
||||
|
|
Loading…
Reference in a new issue