Query Account with Bamboo SDK
The following code shows an example to query the account list with the Bamboo SDK.
If the bamboo instance is not set up yet, visit Node JS SDK for Brontosaurus Green see Initialize section.
Simple
import { bamboo } from '$your-bamboo-instance-file';
const result: QueryAccountResponse = await bamboo.queryAccount({
});