Skip to content

Commit

Permalink
Merge pull request #41 from dojoengine/expose-sub-id
Browse files Browse the repository at this point in the history
feat: expose subscription id wasm
  • Loading branch information
Larkooo authored Jul 30, 2024
2 parents 8fa4d24 + 02b9bb2 commit 37f3ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pub struct Provider(pub(crate) Arc<JsonRpcClient<HttpTransport>>);
pub struct Account(pub(crate) SingleOwnerAccount<Arc<JsonRpcClient<HttpTransport>>, LocalWallet>);
#[wasm_bindgen]
pub struct Subscription {
pub(crate) id: u64,
pub id: u64,
pub(crate) trigger: Trigger,
}

0 comments on commit 37f3ad1

Please sign in to comment.