Marmot-TS
Preparing search index...
SendIntent
Type Alias SendIntent
SendIntent
:
|
{
kind
:
"applicationMessage"
;
payload
:
Uint8Array
}
|
{
kind
:
"proposal"
;
proposal
:
Proposal
}
|
{
actorPubkey
:
string
;
extraProposals
?:
(
|
Proposal
|
ProposalAction
<
Proposal
>
|
(
Proposal
|
ProposalAction
<
Proposal
>
)
[]
)
[]
;
kind
:
"commit"
;
proposalRefs
?:
string
[]
;
}
|
{
kind
:
"selfUpdate"
}
Application intent when calling
MarmotGroupEngine.send
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Marmot-TS
Loading...
Application intent when calling MarmotGroupEngine.send.