Comparing version 0.1.1 to 0.1.2
@@ -88,2 +88,9 @@ import { ResolvedConfig } from './config'; | ||
export declare type Abi = readonly (AbiFunction | AbiEvent | AbiError)[]; | ||
export declare type TypedDataDomain = { | ||
chainId?: string | number | bigint; | ||
name?: string; | ||
salt?: ResolvedConfig['BytesType']; | ||
verifyingContract?: Address; | ||
version?: string; | ||
}; | ||
export declare type TypedDataType = Exclude<AbiType, SolidityFunction | SolidityTuple | SolidityArrayWithTuple>; | ||
@@ -90,0 +97,0 @@ export declare type TypedDataParameter = { |
@@ -1,3 +0,3 @@ | ||
export type { Abi, AbiError, AbiEvent, AbiFunction, AbiInternalType, AbiParameter, AbiStateMutability, AbiType, Address, SolidityAddress, SolidityArray, SolidityArrayWithoutTuple, SolidityArrayWithTuple, SolidityBool, SolidityBytes, SolidityFixedArrayRange, SolidityFixedArraySizeLookup, SolidityFunction, SolidityInt, SolidityString, SolidityTuple, TypedData, TypedDataParameter, TypedDataType, } from './abi'; | ||
export type { Abi, AbiError, AbiEvent, AbiFunction, AbiInternalType, AbiParameter, AbiStateMutability, AbiType, Address, SolidityAddress, SolidityArray, SolidityArrayWithoutTuple, SolidityArrayWithTuple, SolidityBool, SolidityBytes, SolidityFixedArrayRange, SolidityFixedArraySizeLookup, SolidityFunction, SolidityInt, SolidityString, SolidityTuple, TypedData, TypedDataDomain, TypedDataParameter, TypedDataType, } from './abi'; | ||
export type { Config, DefaultConfig, ResolvedConfig } from './config'; | ||
export type { AbiParameterToPrimitiveType, AbiParametersToPrimitiveTypes, AbiTypeToPrimitiveType, ExtractAbiError, ExtractAbiErrorNames, ExtractAbiErrors, ExtractAbiEvent, ExtractAbiEventNames, ExtractAbiEvents, ExtractAbiFunction, ExtractAbiFunctionNames, ExtractAbiFunctions, IsAbi, IsTypedData, TypedDataToPrimitiveTypes, } from './utils'; |
@@ -5,3 +5,3 @@ { | ||
"license": "WAGMIT", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -18,4 +18,2 @@ # ABIType | ||
https://user-images.githubusercontent.com/6759464/190312390-26febe0d-2ff7-4635-9c18-b8499017ed40.mp4 | ||
## Installation | ||
@@ -22,0 +20,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33740
450
392