This reverts commit a32d5a46d7.
This commit is contained in:
committed by
Alessio Treglia
parent
97d10210be
commit
dc84c99dee
@@ -20,9 +20,9 @@ type StdFee struct {
|
||||
|
||||
## StdSignature
|
||||
|
||||
`StdSignature` implements the `sdk.Signature` interface and consists of a combination of an
|
||||
optional public key and a cryptographic signature as a byte slice. The SDK is agnostic to
|
||||
particular key or signature formats and supports any supported by the `PubKey` interface.
|
||||
A `StdSignature` is the combination of an optional public key and a cryptographic signature
|
||||
as a byte array. The SDK is agnostic to particular key or signature formats and supports any
|
||||
supported by the `PubKey` interface.
|
||||
|
||||
```golang
|
||||
type StdSignature struct {
|
||||
|
||||
Reference in New Issue
Block a user