2. Complete UserOperation
There is no set order for using the addAlterSign
, setSettlement
, and setProxyPayer
methods after createUserOperation
, but they must be used before usingsign
.
setProxyPayer
is used only when proxy_payer
exists.
Previousaa.createUserOperation(fact, contract, authentication_id)Nextaa.addAlterSign(privateKey, userOperation)
Last updated