SyncNativeInstructionAccounts: {
    account: PublicKey | Pda;
    rent?: PublicKey | Pda;
}

Type declaration

  • account: PublicKey | Pda

    The native token account to sync with its underlying lamports.

  • Optional rent?: PublicKey | Pda

    Rent sysvar.

Generated using TypeDoc