Function createGeneralizedAccount
createGeneralizedAccount( authFnName: string, args: any[], options: CreateGeneralizedAccountOptions,): Promise< Readonly< { gaContractId: `ct_${string}`; owner: `ak_${string}`; rawTx: `tx_${string}`; transaction: `th_${string}`; }, >,> Returns Promise<
Readonly<
{
gaContractId: `ct_${string}`;
owner: `ak_${string}`;
rawTx: `tx_${string}`;
transaction: `th_${string}`;
},
>,
>
General Account Object
Convert current account to GA