Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
ParsedRefreshReservesBatchInstruction
Interface ParsedRefreshReservesBatchInstruction<TProgram>
interface
ParsedRefreshReservesBatchInstruction
<
TProgram
extends
string
=
typeof
KAMINO_LENDING_PROGRAM_ADDRESS
,
>
{
data
:
RefreshReservesBatchInstructionData
;
programAddress
:
Address
<
TProgram
>
;
}
Type Parameters
TProgram
extends
string
=
typeof
KAMINO_LENDING_PROGRAM_ADDRESS
Index
Properties
data
program
Address
Properties
data
data
:
RefreshReservesBatchInstructionData
program
Address
programAddress
:
Address
<
TProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
program
Address
Coda by Ian Macalinao
Loading...