Compare commits
No commits in common. "c93809489b99af2ce33b4b8d6bf671ff15dec2a3" and "d0ba74c7a1513743f91c6abd5a142000503ed32a" have entirely different histories.
c93809489b
...
d0ba74c7a1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ instance ToBytes Seed where
|
||||||
-- | A mnemonic phrase used to derive seeds
|
-- | A mnemonic phrase used to derive seeds
|
||||||
newtype Phrase =
|
newtype Phrase =
|
||||||
Phrase BS.ByteString
|
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 (SOP.Generic, SOP.HasDatatypeInfo)
|
||||||
deriving anyclass (Data.Structured.Show)
|
deriving anyclass (Data.Structured.Show)
|
||||||
deriving (BorshSize, ToBorsh, FromBorsh) via AsStruct Phrase
|
deriving (BorshSize, ToBorsh, FromBorsh) via AsStruct Phrase
|
||||||
|
|
Loading…
Reference in a new issue