fn create_lookup_table_common(
    authority_address: Pubkey,
    payer_address: Pubkey,
    recent_slot: Slot,
    authority_is_signer: bool
) -> (Instruction, Pubkey)
Expand description

Constructs an instruction to create a table account and returns the instruction and the table account’s derived address.