Documentation ¶
Index ¶
- Variables
- func BytesCombine(pBytes ...[]byte) []byte
- func NewTransaction(nonce string, to common.Address, quota uint64, validUntilBlock uint64, ...) *pb.Transaction
- func ParseMethod(data []byte, contractabi string, sm bool) (funcName string, constant bool, err error)
- func SignData(tx *pb.Transaction, priKey key.PrivateKeyProvider, isSM bool) ([]byte, error)
- func String16(x *big.Int) string
- func ToBytes32(b []byte) ([]byte, error)
- func TransData(contractabi, contractAddress string, funcName string, args []interface{}, ...) (string, bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QUOTA = uint64(10000000) Value = []byte{0x0} )
Functions ¶
func BytesCombine ¶
func NewTransaction ¶
func ParseMethod ¶
func SignData ¶
func SignData(tx *pb.Transaction, priKey key.PrivateKeyProvider, isSM bool) ([]byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.