aeternity/state-channel-demo

Unused method `getNextCallDataFromPreviousMethod`

Opened this issue · 0 comments

export function getNextCallDataFromPreviousMethod(
method: Methods,
contract: ContractInstance,
) {
switch (method) {
case Methods.provide_hash:
return getRandomMoveCallData(contract);
default:
return null;
}
}

I can't find its usages https://github.com/aeternity/state-channel-demo/search?q=getNextCallDataFromPreviousMethod