func (kp *FromAddress) publicKey() *[32]byte { bytes := strkey.MustDecode(strkey.VersionByteAccountID, kp.address) var result [32]byte copy(result[:], bytes) return &result }
func (kp *Full) rawSeed() []byte { return strkey.MustDecode(strkey.VersionByteSeed, kp.seed) }