aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types')
-rw-r--r--packages/types/src/index.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index bb8fe896d..b1d6f97cb 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -326,6 +326,14 @@ export interface ECSignature {
}
/**
+ * Validator signature components
+ */
+export interface ValidatorSignature {
+ validatorAddress: string;
+ signature: string;
+}
+
+/**
* Errors originating from the 0x exchange contract
*/
export enum ExchangeContractErrs {