Skip to content

Commit

Permalink
Merge pull request #297 from massalabs/export_context
Browse files Browse the repository at this point in the history
export context methods
  • Loading branch information
Ben-Rey authored Sep 27, 2023
2 parents 98f064f + 2124c63 commit 3fc8ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assembly/std/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ export * from './utils';
* @module Coins
*/
export * from './coins';

/**
* @module Context
*/
export * from './context';

0 comments on commit 3fc8ba5

Please sign in to comment.