Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
fix(protocol): update registry behaviour interface
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-waite committed Feb 27, 2020
1 parent 329f89f commit b702fd8
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ contract IAccountRegistryBehaviour {

function initialize(address _aceAddress, address _trustedGSNSignerAddress) external;

function confidentialTransferFrom(
address _registryOwner,
bytes calldata _proofData,
bytes32[] calldata _noteHashes,
address _spender,
bool[] calldata _spenderApprovals,
bytes calldata _batchSignature
) external;

function confidentialTransferFrom(
uint24 _proofId,
address _registryOwner,
Expand Down

0 comments on commit b702fd8

Please sign in to comment.