aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/0x.js.ts
blob: 95446ad747febb8a48a80e56f70de316d92f64fd (plain) (blame)
1
2
3
4
5
6
export class ZeroEx {
    /** Verifies the signature */
    public verifySignature() {
        // TODO
    }
}