@adcp/sdk API Reference - v14.0.0-beta.6
Documentation
GitHub
npm
Preparing search index...
ProposalRefinementStore
Interface ProposalRefinementStore<TProposal>
interface
ProposalRefinementStore
<
TProposal
extends
CanonicalProposal
=
CanonicalProposal
,
>
{
get
(
scope
:
Readonly
<
ProposalRefinementScope
>
,
proposalId
:
string
,
)
:
MaybePromise
<
ProposalSourceSnapshot
<
TProposal
>
|
null
>
;
begin
(
scope
:
Readonly
<
ProposalRefinementScope
>
,
expectedSources
:
readonly
ProposalSourceExpectation
[]
,
)
:
MaybePromise
<
ProposalRefinementTransaction
<
TProposal
>
>
;
}
Type Parameters
TProposal
extends
CanonicalProposal
=
CanonicalProposal
Index
Methods
get
begin
Methods
get
get
(
scope
:
Readonly
<
ProposalRefinementScope
>
,
proposalId
:
string
,
)
:
MaybePromise
<
ProposalSourceSnapshot
<
TProposal
>
|
null
>
Parameters
scope
:
Readonly
<
ProposalRefinementScope
>
proposalId
:
string
Returns
MaybePromise
<
ProposalSourceSnapshot
<
TProposal
>
|
null
>
begin
begin
(
scope
:
Readonly
<
ProposalRefinementScope
>
,
expectedSources
:
readonly
ProposalSourceExpectation
[]
,
)
:
MaybePromise
<
ProposalRefinementTransaction
<
TProposal
>
>
Parameters
scope
:
Readonly
<
ProposalRefinementScope
>
expectedSources
:
readonly
ProposalSourceExpectation
[]
Returns
MaybePromise
<
ProposalRefinementTransaction
<
TProposal
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
begin
Documentation
GitHub
npm
@adcp/sdk API Reference - v14.0.0-beta.6
Loading...