Skip to content

Commit

Permalink
expose contract internals (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege authored Jan 1, 2024
1 parent 5da50ea commit 03c48a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ impl Runner {
/// Handle for executing a single Contract.
pub struct Contract<'a> {
/// The contract runner
runner: ContractRunner<'a>,
pub runner: ContractRunner<'a>,
/// The contract address
address: Address,
pub address: Address,
}

impl<'a> Contract<'a> {
Expand Down

0 comments on commit 03c48a5

Please sign in to comment.