README
beaker
beaker
Table of contents
Classes
Functions
Functions
extendWith
▸ extendWith(properties): (context: Record<string, unknown>) => void
Parameters
| Name | Type | 
|---|---|
| properties | Record<string,unknown> | 
Returns
fn
▸ (context): void
Parameters
| Name | Type | 
|---|---|
| context | Record<string,unknown> | 
Returns
void
Defined in
getAccounts
▸ getAccounts(conf, network): Promise<{ [k: string]: T;  }>
Parameters
| Name | Type | 
|---|---|
| conf | Config | 
| network | string | 
Returns
Promise<{ [k: string]: T;  }>
Defined in
getContracts
▸ getContracts(client, state, sdk): Record<string, unknown>
Parameters
| Name | Type | 
|---|---|
| client | CosmWasmClient | 
| state | Record<string,unknown> | 
| sdk | Record<string,Record<string,Function>> | 
Returns
Record<string, unknown>