Skip to content

Commit

Permalink
fix(Type): Expose Type class
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdeklerk committed Sep 6, 2018
1 parent 06a2c09 commit 79517d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heat-sdk",
"version": "0.14.0",
"version": "1.0.1",
"description": "HEAT support libraries for use in Node.js and any (modern) browser",
"keywords": [
"heat",
Expand Down
2 changes: 2 additions & 0 deletions src/heat-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ import { Fee } from "./fee"
import { setRandomSource } from "./random-bytes"
import { HeatRpc } from "./heat-rpc"
import * as types from "./types"
import * as avro from "./avro"

export const attachment = _attachment
export const Builder = builder.Builder
export const TransactionImpl = builder.TransactionImpl
export const Transaction = transaction.Transaction
export const Type = avro.Type

export interface ConfigArgs {
isTestnet?: boolean
Expand Down

0 comments on commit 79517d8

Please sign in to comment.