Skip to content

Commit

Permalink
feat(resource-binding): add some typescript hash and lockscript hash …
Browse files Browse the repository at this point in the history
…for resource binding
  • Loading branch information
Daryl-L committed Jan 18, 2023
1 parent 149c073 commit 183d0ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/models/src/utils/resource-binding/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { Hash } from '@ckb-lumos/base'

export type TypescriptHash = Hash | 'null'
export type LockscriptHash = Hash

0 comments on commit 183d0ee

Please sign in to comment.