Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogSpaceNative uint8 = 1 LogSpaceEthereum uint8 = 2 )
Variables ¶
This section is empty.
Functions ¶
func MustRLPEncodeReceipt ¶
func MustRLPEncodeReceipt(receipt *types.TransactionReceipt) []byte
Types ¶
type Receipt ¶
type Receipt struct { AccumulatedGasUsed *big.Int GasFee *big.Int GasSponsorPaid Bool LogBloom []byte Logs []TxLog OutcomeStatus uint8 StorageSponsorPaid Bool StorageCollateralized []StorageChange StorageReleased []StorageChange }
func ConvertReceipt ¶
func ConvertReceipt(receipt *types.TransactionReceipt) Receipt
type StorageChange ¶
Click to show internal directories.
Click to hide internal directories.