diff --git a/blockchain/pallets/events.go b/blockchain/pallets/events.go index 6cbfbcd..6f58f3f 100644 --- a/blockchain/pallets/events.go +++ b/blockchain/pallets/events.go @@ -9,6 +9,11 @@ type Events struct { types.EventRecords chainbridge.Events + Contracts_Called []EventContractsCalled //nolint:stylecheck,golint + Contracts_DelegateCalled []EventContractsDelegateCalled //nolint:stylecheck,golint + Contracts_StorageDepositTransferredAndHeld []EventContractsStorageDepositTransferredAndHeld //nolint:stylecheck,golint + Contracts_StorageDepositTransferredAndReleased []EventContractsStorageDepositTransferredAndReleased //nolint:stylecheck,golint + DdcClusters_ClusterCreated []EventDdcClustersClusterCreated //nolint:stylecheck,golint DdcClusters_ClusterNodeAdded []EventDdcClustersClusterNodeAdded //nolint:stylecheck,golint DdcClusters_ClusterNodeRemoved []EventDdcClustersClusterNodeRemoved //nolint:stylecheck,golint