pub unsafe extern "C" fn ACT_GetAccountInfo(
output: *mut c_void,
outputSize: u32_,
accountSlot: u8_,
infoType: u32_,
) -> ResultExpand description
Retrieves information of a certain account.
ยงArguments
output- Pointer to buffer to output the data to.outputSize- Size of the output buffer.accountSlot- The account slot number of the account to retrieve information for.infoType- The type of data to retrieve.