type ApiServer struct {
BindAddress string DomainAddress string ReadTimeout int WriteTimeout int IdleTimeout int HeaderTimeout int ResolverTimeout int CorsOrigin []string}
type GasMonetization struct {
StartFromBlock uint64// address of the gas monetization contract ContractAddress string// private key of the account that will be used to provide data for gas monetization contract DataProviderPK string
}