Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account interface { GetAddress() string GetChain() messages.ChainType Sign(message *messages.BaseMessage) error }
The Account interface is implemented by ETHAccount. In the future, it will be implemented by every account supported by Aleph. The Sign method is used to sign published messages.
Click to show internal directories.
Click to hide internal directories.