getTransactionSignerAddress function
Gets the address from a transaction signer.
This helper function returns the address from whichever transaction signer interface the value implements. Uses the shared getSignerAddress function.
Implementation
Address getTransactionSignerAddress(Object value) {
return getSignerAddress(value);
}