// Gets all nfts from a single accountasync getNftsBalanceFromAccount( accountId =0, addressType: AddressType =AddressType.Receiving,): Promise<Nft[]>;// Gets the nfts from the whole wallet// Should be synchronized firstasync getNftsBalance(): Promise<Nft[]>;