@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
DistributeToReceiversAsyncInput
Type Alias DistributeToReceiversAsyncInput<TAccountKeeper, TAccountReceiverAddress, TAccountBundleAssetAccount, TAccountReceiverAta, TAccountAssetAddress, TAccountOracleData, TAccountBundleAssetAuthority, TAccountTokenProgram, TAccountBundleAccount, TAccountBundleTempData, TAccountStrategyAccount>
type
DistributeToReceiversAsyncInput
<
TAccountKeeper
extends
string
=
string
,
TAccountReceiverAddress
extends
string
=
string
,
TAccountBundleAssetAccount
extends
string
=
string
,
TAccountReceiverAta
extends
string
=
string
,
TAccountAssetAddress
extends
string
=
string
,
TAccountOracleData
extends
string
=
string
,
TAccountBundleAssetAuthority
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
TAccountBundleTempData
extends
string
=
string
,
TAccountStrategyAccount
extends
string
=
string
,
>
=
{
assetAddress
:
Address
<
TAccountAssetAddress
>
;
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
bundleAssetAccount
?:
Address
<
TAccountBundleAssetAccount
>
;
bundleAssetAuthority
?:
Address
<
TAccountBundleAssetAuthority
>
;
bundleTempData
?:
Address
<
TAccountBundleTempData
>
;
keeper
:
TransactionSigner
<
TAccountKeeper
>
;
oracleData
?:
Address
<
TAccountOracleData
>
;
receiverAddress
:
Address
<
TAccountReceiverAddress
>
;
receiverAta
:
Address
<
TAccountReceiverAta
>
;
strategyAccount
?:
Address
<
TAccountStrategyAccount
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
}
Type Parameters
TAccountKeeper
extends
string
=
string
TAccountReceiverAddress
extends
string
=
string
TAccountBundleAssetAccount
extends
string
=
string
TAccountReceiverAta
extends
string
=
string
TAccountAssetAddress
extends
string
=
string
TAccountOracleData
extends
string
=
string
TAccountBundleAssetAuthority
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
TAccountBundleTempData
extends
string
=
string
TAccountStrategyAccount
extends
string
=
string
Index
Properties
asset
Address
bundle
Account
bundle
Asset
Account?
bundle
Asset
Authority?
bundle
Temp
Data?
keeper
oracle
Data?
receiver
Address
receiver
Ata
strategy
Account?
token
Program?
Properties
asset
Address
assetAddress
:
Address
<
TAccountAssetAddress
>
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
Optional
bundle
Asset
Account
bundleAssetAccount
?:
Address
<
TAccountBundleAssetAccount
>
Optional
bundle
Asset
Authority
bundleAssetAuthority
?:
Address
<
TAccountBundleAssetAuthority
>
Optional
bundle
Temp
Data
bundleTempData
?:
Address
<
TAccountBundleTempData
>
keeper
keeper
:
TransactionSigner
<
TAccountKeeper
>
Optional
oracle
Data
oracleData
?:
Address
<
TAccountOracleData
>
receiver
Address
receiverAddress
:
Address
<
TAccountReceiverAddress
>
receiver
Ata
receiverAta
:
Address
<
TAccountReceiverAta
>
Optional
strategy
Account
strategyAccount
?:
Address
<
TAccountStrategyAccount
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
asset
Address
bundle
Account
bundle
Asset
Account
bundle
Asset
Authority
bundle
Temp
Data
keeper
oracle
Data
receiver
Address
receiver
Ata
strategy
Account
token
Program
GitHub
@neutral-trade/sdk - v1.0.0
Loading...