Coda by Ian Macalinao
Preparing search index...
@solana-programs/kamino-lending
ParsedRefreshReservesBatchInstruction
Type Alias ParsedRefreshReservesBatchInstruction<TProgram>
type
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...