Closed q2333gh closed 8 months ago
The ic_cdk does not have this field, see here, so there is no straightforward way.
ic_cdk
However, if you really need this functionality, you could implement this struct locally and pass it in call_candid_as, like done here.
call_candid_as
got it,helpful info!
The
ic_cdk
does not have this field, see here, so there is no straightforward way.However, if you really need this functionality, you could implement this struct locally and pass it in
call_candid_as
, like done here.