pub fn update(
    signer: impl UpdateSigner,
    seq_number: UpdateSequenceNumber,
    effective_time: TransactionTime,
    timeout: TransactionTime,
    payload: UpdatePayload
) -> UpdateInstruction
Expand description

Construct an update instruction and sign it.