pub fn create_lookup_table_signed(
authority_address: Pubkey,
payer_address: Pubkey,
recent_slot: u64,
) -> (Instruction, Pubkey)
👎Deprecated since 2.2.0: use
create_lookup_table
insteadAvailable on crate feature
bincode
only.Expand description
Constructs an instruction to create a table account and returns the instruction and the table account’s derived address.
§Note
This instruction requires the authority to be a signer but in v1.12 the address lookup table program will no longer require the authority to sign the transaction.