useAccountAdmins
Get all admins of account
Example
const {
data: accounts,
isLoading,
error,
} = useAccountSigners(contract);
Parameters
Returns
a response object that includes an array of all admins of the provided account
Get all admins of account
const {
data: accounts,
isLoading,
error,
} = useAccountSigners(contract);
a response object that includes an array of all admins of the provided account