Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 1, 2024
1 parent 5ce969e commit 57ab256
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions napi/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export interface CoinSpend {
puzzleReveal: Uint8Array
solution: Uint8Array
}
export interface Spend {
puzzle: Program
solution: Program
}
export interface LineageProof {
parentParentCoinInfo: Uint8Array
parentInnerPuzzleHash?: Uint8Array
Expand Down Expand Up @@ -73,10 +77,6 @@ export interface P2Coin {
publicKey: Uint8Array
secretKey: Uint8Array
}
export interface Spend {
puzzle: Program
solution: Program
}
export declare function compareBytes(a: Uint8Array, b: Uint8Array): boolean
export declare function sha256(bytes: Uint8Array): Uint8Array
export declare function fromHexRaw(hex: string): Uint8Array
Expand Down

0 comments on commit 57ab256

Please sign in to comment.