Skip to content

Commit

Permalink
feat: add option to pass custom tags to createSource method (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola authored Nov 17, 2023
1 parent 9e8575b commit 73ca5b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contract/deploy/Source.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArWallet } from './CreateContract';
import { ArWallet, Tags } from './CreateContract';
import { CustomSignature } from '../../contract/Signature';
import { Transaction } from '../../utils/types/arweave-types';
import { Signer, DataItem } from 'warp-arbundles';
Expand All @@ -7,6 +7,7 @@ export interface SourceData {
src: string | Buffer;
wasmSrcCodeDir?: string;
wasmGlueCode?: string;
tags?: Tags;
}

export interface Source {
Expand Down

0 comments on commit 73ca5b6

Please sign in to comment.