Skip to content

Commit

Permalink
export ConsensusMessageSubmitTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Feb 17, 2020
1 parent a09a781 commit f882a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/consensus/ConsensusMessageSubmitTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import UnaryMethodDefinition = grpc.UnaryMethodDefinition;
import { ConsensusTopicId, ConsensusTopicIdLike } from "./ConsensusTopicId";
import { utf8encode } from "../util";

export class ConsensusSubmitMessageTransaction extends TransactionBuilder {
export class ConsensusMessageSubmitTransaction extends TransactionBuilder {
private _body: ConsensusSubmitMessageTransactionBody;

public constructor() {
Expand Down
1 change: 1 addition & 0 deletions src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export { ConsensusTopicUpdateTransaction } from "./consensus/ConsensusTopicUpdat
export { ConsensusTopicInfoQuery } from "./consensus/ConsensusTopicInfoQuery";
export { ConsensusTopicId } from "./consensus/ConsensusTopicId";
export { ConsensusSubmitMessageTransaction } from "./consensus/ConsensusSubmitMessageTransaction";
export { ConsensusMessageSubmitTransaction } from "./consensus/ConsensusMessageSubmitTransaction";

// Mirror
export { MirrorConsensusTopicResponse } from "./mirror/MirrorConsensusTopicResponse";
Expand Down

0 comments on commit f882a96

Please sign in to comment.