gill
gill/programs/token/Type aliases

SyncNativeInput

type SyncNativeInput<TAccountAccount> = {
  account: Address<TAccountAccount>;
};

Type Parameters

Type ParameterDefault type
TAccountAccount extends stringstring

Properties

account

account: Address<TAccountAccount>;

The native token account to sync with its underlying lamports.

On this page