NoncesParams

Represents the parameters for the "nonces" function.

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