Search
Preparing search index...
The search index is not available
@oasislabs/parcel - v1.0.0-beta.24
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@oasislabs/parcel - v1.0.0-beta.24
grant
GrantImpl
Namespace GrantImpl
Index
Functions
create
delete_
get
list
Functions
create
create
(
client
:
HttpClient
, params
:
GrantCreateParams
)
:
Promise
<
Grant
>
Parameters
client:
HttpClient
params:
GrantCreateParams
Returns
Promise
<
Grant
>
delete_
delete_
(
client
:
HttpClient
, id
:
GrantId
)
:
Promise
<
void
>
Parameters
client:
HttpClient
id:
GrantId
Returns
Promise
<
void
>
get
get
(
client
:
HttpClient
, id
:
GrantId
)
:
Promise
<
Grant
>
Parameters
client:
HttpClient
id:
GrantId
Returns
Promise
<
Grant
>
list
list
(
client
:
HttpClient
, filter
?:
ListGrantsFilter
&
PageParams
)
:
Promise
<
Page
<
Grant
>
>
Parameters
client:
HttpClient
Optional
filter:
ListGrantsFilter
&
PageParams
Returns
Promise
<
Page
<
Grant
>
>
Modules
Parcel
app
asset
client
compute
condition
database
document
fixed-
types
grant
Grant
Impl
http
identity
meter
model
permission
polyfill
token
tokenization
create
delete_
get
list
Generated using
TypeDoc