Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SteemChain = &Chain{
ID: "0000000000000000000000000000000000000000000000000000000000000000",
}
View Source
var TestChain = &Chain{
ID: "18dcf0a285365fc58b71f18b3d3fec954aa0c141c44e4e5cb4cf777b9eab274e",
}
Functions ¶
Types ¶
type SignedTransaction ¶
type SignedTransaction struct {
*types.Transaction
}
func NewSignedTransaction ¶
func NewSignedTransaction(tx *types.Transaction) *SignedTransaction
func (*SignedTransaction) Digest ¶
func (tx *SignedTransaction) Digest(chain *Chain) ([]byte, error)
func (*SignedTransaction) Serialize ¶
func (tx *SignedTransaction) Serialize() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.