pub fn build_sui_transaction(
client_address: SuiAddress,
gas_object_ref: &ObjectRef,
action: VerifiedCertifiedBridgeAction,
bridge_object_arg: ObjectArg,
sui_token_type_tags: &HashMap<u8, TypeTag>,
rgp: u64,
) -> BridgeResult<TransactionData>