Skip to content

Commit

Permalink
chore: export abstract builder for use by plugins (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
air1one authored and spkjp committed Jun 18, 2019
1 parent 2dd318f commit 5dbc5b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/crypto/src/transactions/builders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { TimelockTransferBuilder } from "./transactions/timelock-transfer";
import { TransferBuilder } from "./transactions/transfer";
import { VoteBuilder } from "./transactions/vote";

export * from "./transactions/transaction";

export class BuilderFactory {
public static transfer(): TransferBuilder {
return new TransferBuilder();
Expand Down

0 comments on commit 5dbc5b3

Please sign in to comment.