Skip to content

Commit

Permalink
chore: remove config property
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Jul 31, 2024
1 parent 0c7facd commit 9896698
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,20 @@ type ReverseHashService struct {

// Ethereum struct
type Ethereum struct {
URL string `tip:"Ethereum url"`
ContractAddress string `tip:"Contract Address"`
DefaultGasLimit int `tip:"Default Gas Limit"`
ConfirmationTimeout time.Duration `tip:"Confirmation timeout"`
ConfirmationBlockCount int64 `tip:"Confirmation block count"`
ReceiptTimeout time.Duration `tip:"Receipt timeout"`
MinGasPrice int `tip:"Minimum Gas Price"`
MaxGasPrice int `tip:"The Datasource name locator"`
GasLess bool `tip:"Gasless transactions"`
RPCResponseTimeout time.Duration `tip:"RPC Response timeout"`
WaitReceiptCycleTime time.Duration `tip:"Wait Receipt Cycle Time"`
WaitBlockCycleTime time.Duration `tip:"Wait Block Cycle Time"`
ResolverPrefix string `tip:"blockchain:network e.g polygon:amoy"`
InternalTransferAmountWei int64 `tip:"Internal transfer amount in wei"`
TransferAccountKeyPath string `tip:"Transfer account key path"`
URL string `tip:"Ethereum url"`
ContractAddress string `tip:"Contract Address"`
DefaultGasLimit int `tip:"Default Gas Limit"`
ConfirmationTimeout time.Duration `tip:"Confirmation timeout"`
ConfirmationBlockCount int64 `tip:"Confirmation block count"`
ReceiptTimeout time.Duration `tip:"Receipt timeout"`
MinGasPrice int `tip:"Minimum Gas Price"`
MaxGasPrice int `tip:"The Datasource name locator"`
GasLess bool `tip:"Gasless transactions"`
RPCResponseTimeout time.Duration `tip:"RPC Response timeout"`
WaitReceiptCycleTime time.Duration `tip:"Wait Receipt Cycle Time"`
WaitBlockCycleTime time.Duration `tip:"Wait Block Cycle Time"`
ResolverPrefix string `tip:"blockchain:network e.g polygon:amoy"`
TransferAccountKeyPath string `tip:"Transfer account key path"`
}

// CustomDIDMethods struct
Expand Down

0 comments on commit 9896698

Please sign in to comment.