feat(applying): implement Alonzo phase-1 validations (#380)
This commit is contained in:
parent
7cb1ffe100
commit
7b2894e4a2
33 changed files with 4900 additions and 704 deletions
|
|
@ -1242,6 +1242,15 @@ pub struct Redeemer {
|
|||
pub ex_units: ExUnits,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Encode, Decode, Debug, PartialEq, Eq, Clone)]
|
||||
pub struct RedeemerPointer {
|
||||
#[n(0)]
|
||||
pub tag: RedeemerTag,
|
||||
|
||||
#[n(1)]
|
||||
pub index: u32,
|
||||
}
|
||||
|
||||
/* bootstrap_witness =
|
||||
[ public_key : $vkey
|
||||
, signature : $signature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue