Function: getAllDynamicFields()
function getAllDynamicFields(
client,
parentId,
pagination): Promise<DynamicFieldInfo[]>;
A helper to fetch all DF pages. We need that to fetch the kiosk DFs consistently, until we have RPC calls that allow filtering of Type / batch fetching of spec
Parameters
| Parameter | Type |
|---|---|
client | IotaClient |
parentId | string |
pagination | PaginationArguments<string> |
Returns
Promise<DynamicFieldInfo[]>