Coda by Ian Macalinao
Preparing search index...
@solana-programs/kamino-lending
UpdateGlobalConfigInput
Type Alias UpdateGlobalConfigInput<TAccountGlobalAdmin, TAccountGlobalConfig>
type
UpdateGlobalConfigInput
<
TAccountGlobalAdmin
extends
string
=
string
,
TAccountGlobalConfig
extends
string
=
string
,
>
=
{
globalAdmin
:
TransactionSigner
<
TAccountGlobalAdmin
>
;
globalConfig
:
Address
<
TAccountGlobalConfig
>
;
mode
:
UpdateGlobalConfigInstructionDataArgs
[
"mode"
]
;
value
:
UpdateGlobalConfigInstructionDataArgs
[
"value"
]
;
}
Type Parameters
TAccountGlobalAdmin
extends
string
=
string
TAccountGlobalConfig
extends
string
=
string
Index
Properties
global
Admin
global
Config
mode
value
Properties
global
Admin
globalAdmin
:
TransactionSigner
<
TAccountGlobalAdmin
>
global
Config
globalConfig
:
Address
<
TAccountGlobalConfig
>
mode
mode
:
UpdateGlobalConfigInstructionDataArgs
[
"mode"
]
value
value
:
UpdateGlobalConfigInstructionDataArgs
[
"value"
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
global
Admin
global
Config
mode
value
Coda by Ian Macalinao
Loading...