Documentation
Github
Preparing search index...
iso-ucan
invocation
Invocation
Class Invocation
UCAN Invocation
Index
Constructors
constructor
Properties
bytes
cid
delegations
envelope
payload
Methods
create
from
Constructors
constructor
new
Invocation
(
envelope
:
DecodedEnvelope
<
"inv"
>
,
bytes
:
Uint8Array
<
ArrayBuffer
>
,
cid
:
CID
<
any
,
number
,
number
,
Version
>
,
delegations
:
Delegation
[]
,
)
:
Invocation
Parameters
envelope
:
DecodedEnvelope
<
"inv"
>
bytes
:
Uint8Array
<
ArrayBuffer
>
cid
:
CID
<
any
,
number
,
number
,
Version
>
delegations
:
Delegation
[]
Returns
Invocation
Properties
bytes
bytes
:
Uint8Array
<
ArrayBuffer
>
cid
cid
:
CID
<
any
,
number
,
number
,
Version
>
delegations
delegations
:
Delegation
[]
envelope
envelope
:
DecodedEnvelope
<
"inv"
>
payload
payload
:
InvocationPayload
Methods
Static
create
create
(
options
:
InvocationOptions
)
:
Promise
<
Invocation
>
Parameters
options
:
InvocationOptions
Returns
Promise
<
Invocation
>
Static
from
from
(
options
:
InvocationFromOptions
)
:
Promise
<
Invocation
>
Parameters
options
:
InvocationFromOptions
Returns
Promise
<
Invocation
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bytes
cid
delegations
envelope
payload
Methods
create
from
Github
Documentation
Loading...
UCAN Invocation