Skip to content

Commit

Permalink
Merge pull request #321 from terra-money/chore/export-signmode
Browse files Browse the repository at this point in the history
chore: export SignMode
  • Loading branch information
Vritra4 authored Jul 27, 2022
2 parents 0739172 + 6f1a22e commit c01ebc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/SignatureV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {
} from '@terra-money/terra.proto/cosmos/tx/signing/v1beta1/signing';
import { MultiSignature } from '@terra-money/terra.proto/cosmos/crypto/multisig/v1beta1/multisig';

export { SignMode } from '@terra-money/terra.proto/cosmos/tx/signing/v1beta1/signing';

export class SignatureV2 {
constructor(
public public_key: PublicKey,
Expand Down

0 comments on commit c01ebc7

Please sign in to comment.