Coda by Ian Macalinao
Preparing search index...
@solana-programs/kamino-lending
TransferOwnershipInput
Type Alias TransferOwnershipInput<TAccountOwner, TAccountUserState>
type
TransferOwnershipInput
<
TAccountOwner
extends
string
=
string
,
TAccountUserState
extends
string
=
string
,
>
=
{
newOwner
:
TransferOwnershipInstructionDataArgs
[
"newOwner"
]
;
owner
:
TransactionSigner
<
TAccountOwner
>
;
userState
:
Address
<
TAccountUserState
>
;
}
Type Parameters
TAccountOwner
extends
string
=
string
TAccountUserState
extends
string
=
string
Index
Properties
new
Owner
owner
user
State
Properties
new
Owner
newOwner
:
TransferOwnershipInstructionDataArgs
[
"newOwner"
]
owner
owner
:
TransactionSigner
<
TAccountOwner
>
user
State
userState
:
Address
<
TAccountUserState
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Owner
owner
user
State
Coda by Ian Macalinao
Loading...