Organization
instance represents an Aragon organization and exposes methods to interact with it.appFilter
String
or object (optional)0x
, and by appName
otherwise. See appFilter.address
and appFilter.appName
to set them explicitly. For the time being, only one type of filter can get passed at a time.appFilter.address
String
appFilter
, but makes the selection by address
explicit.appFilter.appName
String
appFilter
, but makes the selection by appName
explicit.Promise<App>
Organization#app()
, but as a subscription.appFilter
String
or object (optional)0x
, and by appName
otherwise. See appFilter.address
and appFilter.appName
to set them explicitly. For the time being, only one type of filter can get passed at a time.appFilter.address
String
appFilter
, but makes the selection by address
explicit.appFilter.appName
String
appFilter
, but makes the selection by appName
explicit.callback
(error: Error, app: App) => void
{ unsubscribe: () => void }
callback
can be null
(no error) or one of the following:appFilter
String
or String[]
or object (optional)0x
, and by appName
otherwise. When an array is passed, the first entry determines the type of filter. See appFilter.address
and appFilter.appName
to set them explicitly. For the time being, only one type of filter can get passed at a time.appFilter.address
String
or String[]
appFilter
, but makes the selection by address
explicit.appFilter.appName
String
or String[]
appFilter
, but makes the selection by appName
explicit.Promise<App[]>
Organization#apps()
, but as a subscription.appFilter
String
or String[]
or object (optional)0x
, and by appName
otherwise. When an array is passed, the first entry determines the type of filter. See appFilter.address
and appFilter.appName
to set them explicitly. For the time being, only one type of filter can get passed at a time.appFilter.address
String
or String[]
appFilter
, but makes the selection by address
explicit.appFilter.appName
String
or String[]
appFilter
, but makes the selection by appName
explicit.callback
(error: Error, app:App) => void
{ unsubscribe: () => void }
callback
can be null
(no error) or one of the following:Promise<Permission[]>
Permissions
.Organization#permissions()
, but as a subscription.callback
(error: Error, permission: Permission) => void
{ unsubscribe: () => void }
callback
can be null
(no error) or one of the following:appAddress
String
funcName
String
funcArgs
String
Promise<TransactionIntent>
TransactionIntent
instance.