feat(traverse): Introduce more new accessor methods (#153)
This commit is contained in:
parent
33c6152f19
commit
c377a6aaec
11 changed files with 182 additions and 51 deletions
|
|
@ -113,6 +113,10 @@ pub use crate::alonzo::MoveInstantaneousReward;
|
|||
|
||||
pub use crate::alonzo::RewardAccount;
|
||||
|
||||
pub type Withdrawals = KeyValuePairs<RewardAccount, Coin>;
|
||||
|
||||
pub type RequiredSigners = MaybeIndefArray<AddrKeyhash>;
|
||||
|
||||
pub use crate::alonzo::Port;
|
||||
|
||||
pub use crate::alonzo::IPv4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue