-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from 1inch/feature/bysig-js-helpers
[SC-1140] Export bySig js helpers to package
- Loading branch information
Showing
12 changed files
with
355 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[@1inch/solidity-utils](../README.md) / [Modules](../modules.md) / [src](../modules/src.md) / NonceType | ||
|
||
# Enumeration: NonceType | ||
|
||
[src](../modules/src.md).NonceType | ||
|
||
Enum defining types of nonces. | ||
|
||
## Table of contents | ||
|
||
### Enumeration Members | ||
|
||
- [Account](src.NonceType.md#account) | ||
- [Selector](src.NonceType.md#selector) | ||
- [Unique](src.NonceType.md#unique) | ||
|
||
## Enumeration Members | ||
|
||
### Account | ||
|
||
• **Account** = ``0`` | ||
|
||
#### Defined in | ||
|
||
[src/bySig.ts:10](https://github.com/1inch/solidity-utils/blob/dc69769/src/bySig.ts#L10) | ||
|
||
___ | ||
|
||
### Selector | ||
|
||
• **Selector** = ``1`` | ||
|
||
#### Defined in | ||
|
||
[src/bySig.ts:11](https://github.com/1inch/solidity-utils/blob/dc69769/src/bySig.ts#L11) | ||
|
||
___ | ||
|
||
### Unique | ||
|
||
• **Unique** = ``2`` | ||
|
||
#### Defined in | ||
|
||
[src/bySig.ts:12](https://github.com/1inch/solidity-utils/blob/dc69769/src/bySig.ts#L12) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[@1inch/solidity-utils](../README.md) / [Modules](../modules.md) / [src](../modules/src.md) / SignedCallStruct | ||
|
||
# Interface: SignedCallStruct | ||
|
||
[src](../modules/src.md).SignedCallStruct | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [data](src.SignedCallStruct.md#data) | ||
- [traits](src.SignedCallStruct.md#traits) | ||
|
||
## Properties | ||
|
||
### data | ||
|
||
• **data**: `string` | ||
|
||
#### Defined in | ||
|
||
[src/bySig.ts:51](https://github.com/1inch/solidity-utils/blob/dc69769/src/bySig.ts#L51) | ||
|
||
___ | ||
|
||
### traits | ||
|
||
• **traits**: `bigint` | ||
|
||
#### Defined in | ||
|
||
[src/bySig.ts:50](https://github.com/1inch/solidity-utils/blob/dc69769/src/bySig.ts#L50) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.