Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RefBlockNum ¶
func RefBlockPrefix ¶
func SignBufferSha256 ¶
func SignBufferSha256(bufSha256 []byte, privateKey *ecdsa.PrivateKey) []byte
Types ¶
type SignedTransaction ¶
type SignedTransaction struct {
*types.Transaction
}
func NewSignedTransaction ¶
func NewSignedTransaction(tx *types.Transaction) *SignedTransaction
func (*SignedTransaction) Digest ¶
func (tx *SignedTransaction) Digest(chain string) ([]byte, error)
func (*SignedTransaction) Serialize ¶
func (tx *SignedTransaction) Serialize() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.