SyncNativeInput
type SyncNativeInput<TAccountAccount> = {
account: Address<TAccountAccount>;
};Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountAccount extends string | string |
Properties
account
account: Address<TAccountAccount>;The native token account to sync with its underlying lamports.