Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
rpc/methods/getTransactionsForAddress
GetTransactionsForAddressFn
Type Alias GetTransactionsForAddressFn
GetTransactionsForAddressFn
:
{
(
params
:
[
string
,
GetTransactionsForAddressConfigFull
]
,
)
:
Promise
<
GetTransactionsForAddressResultFull
>
;
(
params
:
[
string
,
GetTransactionsForAddressConfigSignatures
?
]
,
)
:
Promise
<
GetTransactionsForAddressResultSignatures
>
;
}
Type Declaration
(
params
:
[
string
,
GetTransactionsForAddressConfigFull
]
,
)
:
Promise
<
GetTransactionsForAddressResultFull
>
Parameters
params
:
[
string
,
GetTransactionsForAddressConfigFull
]
Returns
Promise
<
GetTransactionsForAddressResultFull
>
(
params
:
[
string
,
GetTransactionsForAddressConfigSignatures
?
]
,
)
:
Promise
<
GetTransactionsForAddressResultSignatures
>
Parameters
params
:
[
string
,
GetTransactionsForAddressConfigSignatures
?
]
Returns
Promise
<
GetTransactionsForAddressResultSignatures
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...