Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qu.ai/llms.txt

Use this file to discover all available pages before exploring further.

function accessListify(value): AccessList
Returns an AccessList from any quasi-supported access-list structure.

Parameters

ParameterTypeDescription
valueAccessListishThe value to convert to an access list.

Returns

AccessList The access list.

Throws

If the value is not a valid access list.

Source

transaction/accesslist.ts:33