getFlowOperatorData
flow operator permissions data for a particular pair of sender and flow operator.
Parameters
Parameter
Type
Description
sender
string
Address of sender account
flowOperator
string
Address of flow operator account
providerOrSigner
ethers.providers.Provider
or ethers.Signer
ethers provider or ethers signer object
Return Value(s)
Returns a JSON object literal with the below info:
Key
Value Type
Description
flowOperatorId
string
The keccak256 hash of encoded string "flowOperator", sender and flowOperator
permissions
number
flowRateAllowance
string
Last updated
Was this helpful?