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 <flouse@gmail.com>
  • Loading branch information
jjyr and Flouse authored Jun 14, 2022
1 parent f6d0c5e commit 0f8fb16
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 0f8fb16

Please sign in to comment.