GetAccountsOfSignerParams

Represents the parameters for the "getAccountsOfSigner" function.

type GetAccountsOfSignerParams = {
signer: AbiParameterToPrimitiveType<{
name: "signer";
type: "address";
}>;
};