pub fn encode_transaction(call: &impl SafeCall) -> Vec<u8> ⓘ
Encodes a single transaction for MultiSend packed format
Format: operation (1 byte) | to (20 bytes) | value (32 bytes) | data length (32 bytes) | data