Represents the parameters for the "releasable" function.
type ReleasableParams = { account: AbiParameterToPrimitiveType<{ name: "account"; type: "address"; }>;};
type account = AbiParameterToPrimitiveType<{ name: "account"; type: "address";}>;