Skip to content

Instantly share code, notes, and snippets.

@fdeantoni
Created June 4, 2021 05:55
Show Gist options
  • Select an option

  • Save fdeantoni/21b7d4287ae387156dea0b502c728909 to your computer and use it in GitHub Desktop.

Select an option

Save fdeantoni/21b7d4287ae387156dea0b502c728909 to your computer and use it in GitHub Desktop.
use web3::{
contract::{Contract, Options},
transports::Http,
types::H160,
};
#[derive(Clone)]
pub struct Validator {
contract: Contract<Http>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment