async request()
Name
Type
Description
type Request = {
readonly method: string;
readonly params?: any[];
};await provider.request({ method: "dag_accounts", params: [] });
// ["DAG88C9WDSKH451sisyEP3hAkgCKn5DN72fuwjfX"]Last updated
Was this helpful?