Skip to content

Commit

Permalink
chore: reference to godwoken-polyjuice doc
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <[email protected]>
  • Loading branch information
jjyr and Flouse committed Jun 14, 2022
1 parent c760289 commit 6905a78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/utils/src/polyjuice_parser.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
use gw_types::{bytes::Bytes, packed::RawL2Transaction, prelude::*};

/// The data structure of the Polyjuice transaction arguments
///
/// see: https://github.com/nervosnetwork/godwoken-polyjuice/blob/main/README.md#polyjuice-arguments
pub struct PolyjuiceParser(Bytes);

impl PolyjuiceParser {
Expand Down

0 comments on commit 6905a78

Please sign in to comment.