Skip to content

Commit

Permalink
[action] add BlobTx
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie committed Apr 11, 2024
1 parent b8e0ef2 commit 1c52044
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action/blob_tx.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) 2024 IoTeX Foundation
// This source code is provided 'as is' and no warranties are given as to title or non-infringement, merchantability
// or fitness for purpose and, to the extent permitted by law, all liability for your use of the code is disclaimed.
// This source code is governed by Apache License 2.0 that can be found in the LICENSE file.

package action

import "github.com/ethereum/go-ethereum/common"

// BlobTx represents an EIP-4844 transaction
type BlobTx struct {
*Execution
BlobHashes []common.Hash
}

0 comments on commit 1c52044

Please sign in to comment.