We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packet { /// Packet data data: Vec<u8>, /// Packet protocol ID protocol: [u8; 3], /// Zero based packet ID packet_id: u8, }
The text was updated successfully, but these errors were encountered:
pub struct Transaction { /// Nonce. pub nonce: U256, /// Gas price. pub gas_price: U256, /// Gas paid up front for transaction execution. pub gas: U256, /// Action, can be either call or contract create. pub action: Action, /// Transfered value. pub value: U256, /// Transaction data. pub data: Bytes, }
Sorry, something went wrong.
caesarchad
luhuimao
No branches or pull requests
The text was updated successfully, but these errors were encountered: