Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageContractSnapshot ¶
type StorageContractSnapshot struct { *cs.ContractsSnapshot Version dto.ContractVersion Storage interfaces.BitbonStorage // contains filtered or unexported fields }
func NewStorageSnapshotByContractAddress ¶
func NewStorageSnapshotByContractAddress(storage interfaces.BitbonStorage, address common.Address) (*StorageContractSnapshot, error)
func NewStorageSnapshotByVersion ¶
func NewStorageSnapshotByVersion(storage interfaces.BitbonStorage, version dto.ContractVersion) (*StorageContractSnapshot, error)
func (*StorageContractSnapshot) GetAbi ¶
func (scs *StorageContractSnapshot) GetAbi(contractType cs.ContractType) (abi.ABI, error)
Click to show internal directories.
Click to hide internal directories.